menu
libmonet package
documentation
material_color_utilities.dart
Hct
isBlue static method
isBlue static method
dark_mode
light_mode
isBlue
static method
bool
isBlue
(
double
hue
)
Implementation
static bool isBlue(double hue) => hue >= 250.0 && hue < 270.0;
libmonet package
documentation
material_color_utilities
Hct
isBlue static method
Hct class