yellowAccentBox method

ColoredBox yellowAccentBox()

Wraps the widget in a yellow accent colored box.

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

Returns a ColoredBox with yellow accent background containing this widget.

Implementation

ColoredBox yellowAccentBox() => coloredBox(Colors.yellowAccent);