menu
color_from_hex package
documentation
to_hex_color.dart
Hex
isLight method
isLight method
dark_mode
light_mode
isLight
method
bool
isLight
(
)
Return true if given Color is light
Implementation
bool isLight() => isDark();
color_from_hex package
documentation
to_hex_color
Hex
isLight method
Hex extension on
Color