GiphyTheme.dark constructor

GiphyTheme.dark()

Factory constructor to create a dark Giphy theme.

Implementation

factory GiphyTheme.dark() {
  return const GiphyTheme._private(preset: GiphyThemePreset.dark);
}