isLight property
bool
get
isLight
true for Brightness.light, false otherwise.
Implementation
bool get isLight => this == Brightness.light;
true for Brightness.light, false otherwise.
bool get isLight => this == Brightness.light;