menu
functional_ui package
documentation
functional_style.dart
ColorRGB
rgb property
rgb property
dark_mode
light_mode
rgb
property
Color
get
rgb
Implementation
Color get rgb => Color.fromRGBO(this.$1, this.$2, this.$3, 1);
functional_ui package
documentation
functional_style
ColorRGB
rgb property
ColorRGB extension on (
int
,
int
,
int
)