GiphyState constructor
GiphyState({})
Implementation
GiphyState({
required this.apiKey,
this.selectedAsset,
this.pageSize = 40,
this.routeDuration = const Duration(milliseconds: 300),
this.giphyClient,
this.connectivity = true,
this.displayAssets = const {},
}){
/// Initialize API Client
initializeGiphyClient(apiKey);
}