themeMode property
Converts Brightness to ThemeMode.
Implementation
ThemeMode get themeMode => this == Brightness.light ? ThemeMode.light : ThemeMode.dark;
Converts Brightness to ThemeMode.
ThemeMode get themeMode => this == Brightness.light ? ThemeMode.light : ThemeMode.dark;