isLight property
bool
get
isLight
Checks if this color is light (brightness > 0.5)
Implementation
bool get isLight => brightness > 0.5;
Checks if this color is light (brightness > 0.5)
bool get isLight => brightness > 0.5;