Wraps the widget with a background color.
Widget withBackgroundColor(Color color) { return Container( color: color, child: this, ); }