menu
figma2flutter package
documentation
models/color_value.dart
ColorValue
toRgb method
toRgb method
dark_mode
light_mode
toRgb
method
List
<
num
>
toRgb
(
)
Implementation
List<num> toRgb() { return [r, g, b]; }
figma2flutter package
documentation
models/color_value
ColorValue
toRgb method
ColorValue class