sizeBox method

Widget sizeBox(
  1. double w,
  2. double h
)

Implementation

Widget sizeBox(double w, double h) => SizedBox(width: w, height: h, child: this);