Fix app bar
This commit is contained in:
parent
1519019dc3
commit
039e775b0d
1 changed files with 7 additions and 9 deletions
|
|
@ -299,15 +299,13 @@ class _ChatListState extends State<ChatList> {
|
||||||
? Text(L10n.of(context).share)
|
? Text(L10n.of(context).share)
|
||||||
: Padding(
|
: Padding(
|
||||||
padding: EdgeInsets.all(8),
|
padding: EdgeInsets.all(8),
|
||||||
child: Expanded(
|
child: TextField(
|
||||||
child: TextField(
|
autocorrect: false,
|
||||||
autocorrect: false,
|
controller: searchController,
|
||||||
controller: searchController,
|
decoration: InputDecoration(
|
||||||
decoration: InputDecoration(
|
contentPadding: EdgeInsets.all(9),
|
||||||
contentPadding: EdgeInsets.all(9),
|
border: InputBorder.none,
|
||||||
border: InputBorder.none,
|
hintText: L10n.of(context).searchForAChat,
|
||||||
hintText: L10n.of(context).searchForAChat,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue