limeBox method
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);
Wraps the widget in a lime colored box.
Uses Colors.lime as the background color.
Returns a ColoredBox with lime background containing this widget.
ColoredBox limeBox() => coloredBox(Colors.lime);