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