yellowBox method

ColoredBox yellowBox()

Wraps the widget in a yellow colored box.

Uses Colors.yellow as the background color.

Returns a ColoredBox with yellow background containing this widget.

Implementation

ColoredBox yellowBox() => coloredBox(Colors.yellow);