lightGreenBox method

ColoredBox lightGreenBox()

Wraps the widget in a light green colored box.

Uses Colors.lightGreen as the background color, which is a lighter shade of green.

Returns a ColoredBox with light green background containing this widget.

Implementation

ColoredBox lightGreenBox() => coloredBox(Colors.lightGreen);