menu
flex_color_scheme package
documentation
flex_color_scheme.dart
Hct
fromInt static method
fromInt static method
dark_mode
light_mode
fromInt
static method
Hct
fromInt
(
int
argb
)
HCT representation of
argb
.
Implementation
static Hct fromInt(int argb) { return Hct._(argb); }
flex_color_scheme package
documentation
flex_color_scheme
Hct
fromInt static method
Hct class