menu
ekyc_flutter package
documentation
app/configs/config.dart
VxWidgetsExtension
color method
color method
dark_mode
light_mode
color
method
ColoredBox
color
(
Color
color
, {
Key
?
key
,
})
Implementation
ColoredBox color(Color color, {Key? key}) => ColoredBox(key: key, color: color, child: this);
ekyc_flutter package
documentation
app/configs/config
VxWidgetsExtension
color method
VxWidgetsExtension extension on
Widget