GiphyTheme.automatic constructor
GiphyTheme.automatic()
Factory constructor to create an automatic Giphy theme.
Implementation
factory GiphyTheme.automatic() {
return const GiphyTheme._private(preset: GiphyThemePreset.automatic);
}