added unfocus when tapping on background image
This commit is contained in:
parent
9aa3f7c058
commit
c54a42aa43
@ -50,7 +50,6 @@ class ChatBubble extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _ChatBubbleState extends State<ChatBubble> {
|
class _ChatBubbleState extends State<ChatBubble> {
|
||||||
final TextEditingController _emojiInput = TextEditingController();
|
|
||||||
|
|
||||||
BubbleStyle getSystemStyle() {
|
BubbleStyle getSystemStyle() {
|
||||||
return BubbleStyle(
|
return BubbleStyle(
|
||||||
@ -252,7 +251,7 @@ 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: 20,
|
emojiSizeMax: 19,
|
||||||
),
|
),
|
||||||
bottomActionBarConfig: emojis.BottomActionBarConfig(
|
bottomActionBarConfig: emojis.BottomActionBarConfig(
|
||||||
showBackspaceButton: false,
|
showBackspaceButton: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user