add more padding to searchbar
This commit is contained in:
parent
08cf09ecc2
commit
8de1939dbe
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ class EmojiPicker extends HookConsumerWidget {
|
|||
children: [
|
||||
SearchBar(
|
||||
hintText: "Search emoji",
|
||||
padding: const WidgetStatePropertyAll<EdgeInsets>(
|
||||
.symmetric(horizontal: 16.0),
|
||||
),
|
||||
leading: Icon(Icons.search),
|
||||
onChanged: (value) => search.value = value,
|
||||
trailing: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue