pinkBox method

ColoredBox pinkBox()

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);