isLight property
bool
get
isLight
Detects when the theme is light or not, if so returns true
Implementation
bool get isLight => this == Brightness.light;
Detects when the theme is light or not, if so returns true
bool get isLight => this == Brightness.light;