cyanAccentBox method

ColoredBox cyanAccentBox()

Wraps the widget in a cyan accent colored box.

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

Returns a ColoredBox with cyan accent background containing this widget.

Implementation

ColoredBox cyanAccentBox() => coloredBox(Colors.cyanAccent);