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