cyanBox method
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);
Wraps the widget in a cyan colored box.
Uses Colors.cyan as the background color.
Returns a ColoredBox with cyan background containing this widget.
ColoredBox cyanBox() => coloredBox(Colors.cyan);