deepPurpleAccentBox method

ColoredBox deepPurpleAccentBox()

Wraps the widget in a deep purple accent colored box.

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

Returns a ColoredBox with deep purple accent background containing this widget.

Implementation

ColoredBox deepPurpleAccentBox() => coloredBox(Colors.deepPurpleAccent);