blueBox method
Wraps the widget in a blue colored box.
Uses Colors.blue as the background color.
Returns a ColoredBox with blue background containing this widget.
Implementation
ColoredBox blueBox() => coloredBox(Colors.blue);
Wraps the widget in a blue colored box.
Uses Colors.blue as the background color.
Returns a ColoredBox with blue background containing this widget.
ColoredBox blueBox() => coloredBox(Colors.blue);