EmojiGifPickerConfig constructor

EmojiGifPickerConfig({
  1. required String? giphyApiKey,
  2. MenuSizes? sizes,
  3. MenuTexts? texts,
  4. MenuColors? colors,
  5. MenuStyles? styles,
  6. Mode mode = Mode.light,
})

Implementation

EmojiGifPickerConfig(
    {required this.giphyApiKey,
    this.sizes,
    this.texts,
    this.colors,
    this.styles,
    this.mode = Mode.light});