Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Feb 28, 2024
1 parent 6d0bf52 commit 5db4f8d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5db4f8d

Please sign in to comment.