menu
ve_sdk_flutter package
documentation
features_config.dart
GifPickerConfig
GifPickerConfig.new const constructor
GifPickerConfig.new const constructor
dark_mode
light_mode
GifPickerConfig
constructor
const
GifPickerConfig
(
{
required
String
giphyApiKey
,
GiphyMode
mode
=
GiphyMode.search
,
List
<
String
>
?
ids
=
null
,
})
Implementation
const GifPickerConfig({ required this.giphyApiKey, this.mode = GiphyMode.search, this.ids = null });
ve_sdk_flutter package
documentation
features_config
GifPickerConfig
GifPickerConfig.new const constructor
GifPickerConfig class