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