menu
htkc_utils package
documentation
hc_utils/system/hc_system_utility.dart
Hex
hcIsLight method
hcIsLight method
dark_mode
light_mode
hcIsLight
method
bool
hcIsLight
(
)
Return true if given Color is light
Implementation
bool hcIsLight() => !hcIsDark();
htkc_utils package
documentation
hc_utils/system/hc_system_utility
Hex
hcIsLight method
Hex extension on
Color