whiteBox method
Wraps the widget in a white colored box.
Uses Colors.white as the background color.
Returns a ColoredBox with white background containing this widget.
Implementation
ColoredBox whiteBox() => coloredBox(Colors.white);
Wraps the widget in a white colored box.
Uses Colors.white as the background color.
Returns a ColoredBox with white background containing this widget.
ColoredBox whiteBox() => coloredBox(Colors.white);