FastEmojis constructor

const FastEmojis({
  1. Key? key,
  2. required dynamic onEmojiSelected(
    1. String emoji
    ),
})

Implementation

const FastEmojis({Key? key, required this.onEmojiSelected}) : super(key: key);