limeBox method

ColoredBox limeBox()

Wraps the widget in a lime colored box.

Uses Colors.lime as the background color.

Returns a ColoredBox with lime background containing this widget.

Implementation

ColoredBox limeBox() => coloredBox(Colors.lime);