pinkAccentBox method

ColoredBox pinkAccentBox()

Wraps the widget in a pink accent colored box.

Uses Colors.pinkAccent as the background color, which is typically a brighter, more vibrant version of pink.

Returns a ColoredBox with pink accent background containing this widget.

Implementation

ColoredBox pinkAccentBox() => coloredBox(Colors.pinkAccent);