menu
commander_ui package
documentation
tui.dart
Color24
toRGB method
toRGB method
dark_mode
light_mode
toRGB
method
int
toRGB
(
)
Returns the 24-bit RGB value of the color.
Implementation
int toRGB() => _value;
commander_ui package
documentation
tui
Color24
toRGB method
Color24 class