blueAccentBox method

ColoredBox blueAccentBox()

Wraps the widget in a blue accent colored box.

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

Returns a ColoredBox with blue accent background containing this widget.

Implementation

ColoredBox blueAccentBox() => coloredBox(Colors.blueAccent);