lightTheme method

ThemeData lightTheme()

Returns the light ThemeData for this brand.

Implementation

ThemeData lightTheme() => switch (this) {
      DsBrand.violet => BrandATheme.light(),
      DsBrand.emerald => BrandBTheme.light(),
    };