blueBox method

ColoredBox blueBox()

Wraps the widget in a blue colored box.

Uses Colors.blue as the background color.

Returns a ColoredBox with blue background containing this widget.

Implementation

ColoredBox blueBox() => coloredBox(Colors.blue);