brownBox method

ColoredBox brownBox()

Wraps the widget in a brown colored box.

Uses Colors.brown as the background color.

Returns a ColoredBox with brown background containing this widget.

Implementation

ColoredBox brownBox() => coloredBox(Colors.brown);