redAccentBox method

ColoredBox redAccentBox()

Wraps the widget in a red accent colored box.

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

Returns a ColoredBox with red accent background containing this widget.

Implementation

ColoredBox redAccentBox() => coloredBox(Colors.redAccent);