darkTheme method

ThemeData darkTheme()

Returns the dark ThemeData for this brand.

Implementation

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