From 5db4f8d921ed0604832113fb690ea4a5db245f01 Mon Sep 17 00:00:00 2001 From: Stefan Humm Date: Wed, 28 Feb 2024 22:05:56 +0900 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 49e810b..b640e25 100644 --- a/README.md +++ b/README.md @@ -138,13 +138,14 @@ All examples can be found [here](https://github.com/Fintasys/emoji_picker_flutte ## Bottom Action Bar Config -| property | description | default | -| --------------------- | ------------------------------------------ | ------------ | -| showBackspaceButton | Show backspace button in bottom action bar | true | -| backgroundColor | Background color of bottom action bar | Colors.blue | -| buttonColor | Fill color of buttons in bottom action bar | Colors.blue | -| buttonIconColor | Icon color of buttons | Colors.white | -| customBottomActionBar | Customize the bottom action bar widget | null | +| property | description | default | +| --------------------- | -------------------------------------------- | ------------ | +| showBackspaceButton | Show backspace button in bottom action bar | true | +| showSearchViewButton | Show search-view button in bottom action bar | true | +| backgroundColor | Background color of bottom action bar | Colors.blue | +| buttonColor | Fill color of buttons in bottom action bar | Colors.blue | +| buttonIconColor | Icon color of buttons | Colors.white | +| customBottomActionBar | Customize the bottom action bar widget | null | ## Search View Config