greenAccentBox method

ColoredBox greenAccentBox()

Wraps the widget in a green accent colored box.

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

Returns a ColoredBox with green accent background containing this widget.

Implementation

ColoredBox greenAccentBox() => coloredBox(Colors.greenAccent);