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 5db4f8d commit 6278cde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ All examples can be found [here](https://github.com/Fintasys/emoji_picker_flutte
| backgroundColor | Background color of search view | const Color(0xFFEBEFF2) |
| buttonColor | Fill color of hide search view button | Colors.transparent |
| buttonIconColor | Icon color of hide search view button | Colors.black26 |
| hintText | Custom hint text | 'Search' |
| customSearchView | Customize search view widget | null |

## Backspace-Button
Expand Down
6 changes: 3 additions & 3 deletions lib/src/search_view/search_view_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class SearchViewConfig {
/// Icon color of hide search view button
final Color buttonIconColor;

/// Custom hint text
final String? hintText;

/// Custom search bar
/// Hot reload is not supported
final SearchViewBuilder? customSearchView;

/// Custom hint text
final String? hintText;

@override
bool operator ==(other) {
return (other is SearchViewConfig) &&
Expand Down

0 comments on commit 6278cde

Please sign in to comment.