tealBox method

ColoredBox tealBox()

Wraps the widget in a teal colored box.

Uses Colors.teal as the background color.

Returns a ColoredBox with teal background containing this widget.

Implementation

ColoredBox tealBox() => coloredBox(Colors.teal);