EmojiPickerView constructor
const
EmojiPickerView(
- Config config,
- EmojiViewState state,
- void handleSendPressed()?, {
- Key? key,
Constructor
Implementation
const EmojiPickerView(
Config config,
EmojiViewState state,
this.handleSendPressed, {super.key}
) : super(config, state);