EmojiIcon constructor

EmojiIcon({
  1. required EMOJI_TYPE emojiType,
  2. double emojiSize = DEFAULT_EMOJI_SIZE,
})

Implementation

EmojiIcon({required this.emojiType, this.emojiSize = DEFAULT_EMOJI_SIZE});