isLight property
bool
get
isLight
Whether this brightness is light
Implementation
bool get isLight => this == Brightness.light;
Whether this brightness is light
bool get isLight => this == Brightness.light;