orangeBox method

ColoredBox orangeBox()

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);