color method

Widget color(
  1. Color color
)

Implementation

Widget color(Color color) {
  return Container(color: color, child: this);
}