EmojiGifPickerConfig constructor
EmojiGifPickerConfig({
- required String? giphyApiKey,
- MenuSizes? sizes,
- MenuTexts? texts,
- MenuColors? colors,
- MenuStyles? styles,
- Mode mode = Mode.light,
Implementation
EmojiGifPickerConfig(
{required this.giphyApiKey,
this.sizes,
this.texts,
this.colors,
this.styles,
this.mode = Mode.light});