menu
mybase package
documentation
base/tool/color/FFColor.dart
rgba function
rgba function
dark_mode
light_mode
rgba
function
Color
rgba
(
int
r
,
int
g
,
int
b
,
double
opacity
,
)
Implementation
Color rgba(int r, int g, int b, double opacity) { return Color.fromRGBO(r, g, b, opacity); }
mybase package
documentation
base/tool/color/FFColor
rgba function
FFColor library