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