lightBlueBox method

ColoredBox lightBlueBox()

Wraps the widget in a light blue colored box.

Uses Colors.lightBlue as the background color, which is a lighter shade of blue.

Returns a ColoredBox with light blue background containing this widget.

Implementation

ColoredBox lightBlueBox() => coloredBox(Colors.lightBlue);