GifPickerConfig constructor

const GifPickerConfig({
  1. required String giphyApiKey,
})

Implementation

const GifPickerConfig({required this.giphyApiKey});