backgroundColor method

Widget backgroundColor(
  1. Color color
)

Implementation

Widget backgroundColor(Color color) => ColoredBox(color: color, child: this);