tealAccentBox method
Wraps the widget in a teal accent colored box.
Uses Colors.tealAccent as the background color, which is typically a brighter, more vibrant version of teal.
Returns a ColoredBox with teal accent background containing this widget.
Implementation
ColoredBox tealAccentBox() => coloredBox(Colors.tealAccent);