orangeBox method
Wraps the widget in an orange colored box.
Uses Colors.orange as the background color.
Returns a ColoredBox with orange background containing this widget.
Implementation
ColoredBox orangeBox() => coloredBox(Colors.orange);
Wraps the widget in an orange colored box.
Uses Colors.orange as the background color.
Returns a ColoredBox with orange background containing this widget.
ColoredBox orangeBox() => coloredBox(Colors.orange);