purpleAccentBox method

ColoredBox purpleAccentBox()

Wraps the widget in a purple accent colored box.

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

Returns a ColoredBox with purple accent background containing this widget.

Implementation

ColoredBox purpleAccentBox() => coloredBox(Colors.purpleAccent);