isLight property
bool
get
isLight
Whether this theme mode is light
Implementation
bool get isLight => this == ThemeMode.light;
Whether this theme mode is light
bool get isLight => this == ThemeMode.light;