GiphyTheme.light constructor

GiphyTheme.light()

Factory constructor to create a light Giphy theme.

Implementation

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