greyBox method

ColoredBox greyBox()

Wraps the widget in a grey colored box.

Uses Colors.grey as the background color.

Returns a ColoredBox with grey background containing this widget.

Implementation

ColoredBox greyBox() => coloredBox(Colors.grey);