Fill with color behind the widget.
color
Widget background(Color color) => ColoredBox(color: color, child: this);