Config constructor

const Config({
  1. double height = 256,
  2. bool swapCategoryAndBottomBar = false,
  3. bool checkPlatformCompatibility = true,
  4. List<CategoryEmoji> emojiSet = defaultEmojiSet,
  5. TextStyle? emojiTextStyle,
  6. EmojiViewConfig emojiViewConfig = const EmojiViewConfig(),
  7. SkinToneConfig skinToneConfig = const SkinToneConfig(),
  8. CategoryViewConfig categoryViewConfig = const CategoryViewConfig(),
  9. BottomActionBarConfig bottomActionBarConfig = const BottomActionBarConfig(),
  10. 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(),
});