menu
genai_components package
documentation
cl_theme.dart
ColorUtils
fromHex static method
fromHex static method
dark_mode
light_mode
fromHex
static method
Color
fromHex
(
String
code
)
Implementation
static Color fromHex(String code) => Color(int.parse(code.substring(1, 7), radix: 16) + 0xFF000000);
genai_components package
documentation
cl_theme
ColorUtils
fromHex static method
ColorUtils class