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