added option to choose more emoji reactions #55
@ -246,8 +246,9 @@ class _ChatBubbleState extends State<ChatBubble> {
|
|||||||
emojiViewConfig: emojis.EmojiViewConfig(
|
emojiViewConfig: emojis.EmojiViewConfig(
|
||||||
backgroundColor: Theme.of(context).canvasColor,
|
backgroundColor: Theme.of(context).canvasColor,
|
||||||
recentsLimit: 67,
|
recentsLimit: 67,
|
||||||
emojiSizeMax: 19,
|
emojiSizeMax: 25,
|
||||||
noRecents: const Text('Keine zuletzt verwendeten Emojis'),
|
noRecents: const Text('Keine zuletzt verwendeten Emojis'),
|
||||||
|
columns: 7
|
||||||
),
|
),
|
||||||
bottomActionBarConfig: emojis.BottomActionBarConfig(
|
bottomActionBarConfig: emojis.BottomActionBarConfig(
|
||||||
showBackspaceButton: false,
|
showBackspaceButton: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user