menu
helpers package
documentation
helpers/misc.dart
Misc
colorFromHex static method
colorFromHex static method
dark_mode
light_mode
colorFromHex
static method
Color
colorFromHex
(
String
hex
)
Implementation
static Color colorFromHex(String hex) { return ColorExtension.fromHex(hex); }
helpers package
documentation
helpers/misc
Misc
colorFromHex static method
Misc class