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