EmojiLayout constructor
const
EmojiLayout({
- Key? key,
- required TextEditingController textController,
- dynamic onEmojiSelected(
- Category?,
- Emoji
- dynamic onBackspacePressed()?,
Implementation
const EmojiLayout(
{Key? key,
required this.textController,
this.onEmojiSelected,
this.onBackspacePressed})
: super(key: key);