menu
genai_components package
documentation
cl_theme.dart
CLTheme
hexToColor static method
hexToColor static method
dark_mode
light_mode
hexToColor
static method
Color
hexToColor
(
String
code
)
Implementation
static Color hexToColor(String code) => ColorUtils.fromHex(code);
genai_components package
documentation
cl_theme
CLTheme
hexToColor static method
CLTheme class