added option to choose more emoji reactions #55

Merged
MineTec merged 8 commits from develop-moreEmojiReactions into develop 2024-04-02 16:51:33 +00:00
Showing only changes of commit 8ae8c97b41 - Show all commits

View File

@ -246,8 +246,9 @@ class _ChatBubbleState extends State<ChatBubble> {
emojiViewConfig: emojis.EmojiViewConfig(
Pupsi marked this conversation as resolved Outdated

ist onBackspacePressed nullable? Falls ja den parameter nicht angeben.

Ansonsten das null statement weg und die curly braces einfach leer lassen. In diesem Fall dürfen die curlybraces auch in der selben Zeile stehen "{ }"

ist onBackspacePressed nullable? Falls ja den parameter nicht angeben. Ansonsten das null statement weg und die curly braces einfach leer lassen. In diesem Fall dürfen die curlybraces auch in der selben Zeile stehen "{ }"
backgroundColor: Theme.of(context).canvasColor,
recentsLimit: 67,
emojiSizeMax: 19,
emojiSizeMax: 25,
noRecents: const Text('Keine zuletzt verwendeten Emojis'),
columns: 7
),
bottomActionBarConfig: emojis.BottomActionBarConfig(
showBackspaceButton: false,