background method

Widget background(
  1. Color color
)

Adds background color.

Implementation

Widget background(Color color) =>
    Container(color: color, child: this);