Ошибки .setValues ​​из-за неопределенной .length

Вы ищете InputDecoration

TextField(
  decoration: InputDecoration(
    contentPadding : new EdgeInsets.all(8.0),
    border: InputBorder.none,
    hintText: 'Please enter a search term'
  ),
);

0
задан Kurt Bingham 20 January 2019 в 17:53
поделиться