greyBox method
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);
Wraps the widget in a grey colored box.
Uses Colors.grey as the background color.
Returns a ColoredBox with grey background containing this widget.
ColoredBox greyBox() => coloredBox(Colors.grey);