menu
objd package
documentation
core.dart
Color
fromInt static method
fromInt static method
dark_mode
light_mode
fromInt
static method
Color
fromInt
(
int
color
)
Implementation
static Color fromInt(int color) => Color('#${color.toRadixString(16).padLeft(4, '0')}');
objd package
documentation
core
Color
fromInt static method
Color class