isLight property
bool
get
isLight
Returns true if the current theme mode is light.
Implementation
bool get isLight => mode == Brightness.light;
Returns true if the current theme mode is light.
bool get isLight => mode == Brightness.light;