menu
csslib package
documentation
parser.dart
Color
hexToInt static method
hexToInt static method
dark_mode
light_mode
hexToInt
static method
int
hexToInt
(
String
hex
)
Implementation
static int hexToInt(String hex) => int.parse(hex, radix: 16);
csslib package
documentation
parser
Color
hexToInt static method
Color class