Config constructor
const
Config({
- double height = 256,
- bool swapCategoryAndBottomBar = false,
- bool checkPlatformCompatibility = true,
- List<
CategoryEmoji> emojiSet = defaultEmojiSet, - TextStyle? emojiTextStyle,
- EmojiViewConfig emojiViewConfig = const EmojiViewConfig(),
- SkinToneConfig skinToneConfig = const SkinToneConfig(),
- CategoryViewConfig categoryViewConfig = const CategoryViewConfig(),
- BottomActionBarConfig bottomActionBarConfig = const BottomActionBarConfig(),
- SearchViewConfig searchViewConfig = const SearchViewConfig(),
Constructor
Implementation
const Config({
this.height = 256,
this.swapCategoryAndBottomBar = false,
this.checkPlatformCompatibility = true,
this.emojiSet = defaultEmojiSet,
this.emojiTextStyle,
this.emojiViewConfig = const EmojiViewConfig(),
this.skinToneConfig = const SkinToneConfig(),
this.categoryViewConfig = const CategoryViewConfig(),
this.bottomActionBarConfig = const BottomActionBarConfig(),
this.searchViewConfig = const SearchViewConfig(),
});