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