lightGreenAccentBox method

ColoredBox lightGreenAccentBox()

Wraps the widget in a light green accent colored box.

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

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

Implementation

ColoredBox lightGreenAccentBox() => coloredBox(Colors.lightGreenAccent);