Wraps a widget in SizedBox.
SizedBox sizedBox({Key? key, double? width, double? height}) { return SizedBox(key: key, width: width, height: height, child: this); }