cyanBox method

ColoredBox cyanBox()

Wraps the widget in a cyan colored box.

Uses Colors.cyan as the background color.

Returns a ColoredBox with cyan background containing this widget.

Implementation

ColoredBox cyanBox() => coloredBox(Colors.cyan);