whiteBox method

ColoredBox whiteBox()

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);