whiteContainer static method

Widget whiteContainer()

Implementation

static Widget whiteContainer() {
  return Container(color: Colors.white);
}