isLightMode property
bool
get
isLightMode
Indicates whether the app is currently in light mode.
Implementation
bool get isLightMode =>
Theme.of(this).brightness ==
Brightness.light;
Indicates whether the app is currently in light mode.
bool get isLightMode =>
Theme.of(this).brightness ==
Brightness.light;