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