SizedBox sizedBox({Key? key, double? width, double? height}) => SizedBox(key: key, width: width, height: height, child: this);