menu
material_color_utilities package
documentation
hct/hct.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); }
material_color_utilities package
documentation
hct/hct
Hct
fromInt static method
Hct class