release 1.0.1
This commit is contained in:
parent
3e889ea960
commit
a4a8bc6116
4 changed files with 11 additions and 9 deletions
|
|
@ -34,7 +34,7 @@ showModalBottomSheet(
|
|||
|
||||
### Accepted Parameters
|
||||
|
||||
- `List<EmojiCategory> prependCategories`: Categories to prepend to the default emoji list
|
||||
- `List<EmojiCategory> appendCategories`: Categories to append to the default emoji list
|
||||
- `IList<EmojiCategory> prependCategories`: Categories to prepend to the default emoji list
|
||||
- `IList<EmojiCategory> appendCategories`: Categories to append to the default emoji list
|
||||
- `required FutureOr<void> Function(String value) onSelection`: Function to be called when an emoji is selected
|
||||
- `bool allowFreeText = false`: Whether to allow free text to be returned. Defaults to `false`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue