lightBlueAccentBox method

ColoredBox lightBlueAccentBox()

Wraps the widget in a light blue accent colored box.

Uses Colors.lightBlueAccent as the background color, which is typically a brighter, more vibrant version of light blue.

Returns a ColoredBox with light blue accent background containing this widget.

Implementation

ColoredBox lightBlueAccentBox() => coloredBox(Colors.lightBlueAccent);