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