menu
figma2flutter package
documentation
models/color_value.dart
ColorValue
toHex method
toHex method
dark_mode
light_mode
toHex
method
String
toHex
(
)
Implementation
String toHex() { return '#${_toHex(r)}${_toHex(g)}${_toHex(b)}${_toHex(a)}'.toUpperCase(); }
figma2flutter package
documentation
models/color_value
ColorValue
toHex method
ColorValue class