boxColor method
Fills the area behind this widget with a color
.
Implementation
@widgetFactory
Widget boxColor(Color color) {
return FleetColoredBox(
color: color,
child: this,
);
}
Fills the area behind this widget with a color
.
@widgetFactory
Widget boxColor(Color color) {
return FleetColoredBox(
color: color,
child: this,
);
}