limeAccentBox method

ColoredBox limeAccentBox()

Wraps the widget in a lime accent colored box.

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

Returns a ColoredBox with lime accent background containing this widget.

Implementation

ColoredBox limeAccentBox() => coloredBox(Colors.limeAccent);