EmojiViewConfig constructor
const
EmojiViewConfig({
- int columns = 10,
- double emojiSizeMax = 28.0,
- Color backgroundColor = const Color(0xFFEBEFF2),
- double verticalSpacing = 0,
- double horizontalSpacing = 0,
- EdgeInsets gridPadding = EdgeInsets.zero,
- int recentsLimit = 28,
- bool replaceEmojiOnLimitExceed = false,
- Widget noRecents = DefaultNoRecentsWidget,
- Widget loadingIndicator = const SizedBox.shrink(),
- ButtonMode buttonMode = ButtonMode.MATERIAL,
Constructor
Implementation
const EmojiViewConfig({
this.columns = 10,
this.emojiSizeMax = 28.0,
this.backgroundColor = const Color(0xFFEBEFF2),
this.verticalSpacing = 0,
this.horizontalSpacing = 0,
this.gridPadding = EdgeInsets.zero,
this.recentsLimit = 28,
this.replaceEmojiOnLimitExceed = false,
this.noRecents = DefaultNoRecentsWidget,
this.loadingIndicator = const SizedBox.shrink(),
this.buttonMode = ButtonMode.MATERIAL,
});