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