deepPurpleBox method

ColoredBox deepPurpleBox()

Wraps the widget in a deep purple colored box.

Uses Colors.deepPurple as the background color, which is a darker shade of purple.

Returns a ColoredBox with deep purple background containing this widget.

Implementation

ColoredBox deepPurpleBox() => coloredBox(Colors.deepPurple);