StickerPickerWidget constructor
const
StickerPickerWidget({
- Key? key,
- required KeyboardConfig keyboardConfig,
- dynamic onStickerSelected()?,
- required StreamController<
String> scrollStream,
Implementation
const StickerPickerWidget({
Key? key,
required this.keyboardConfig,
this.onStickerSelected,
required this.scrollStream,
}) : super(key: key);