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