Widget toSizedBox([double? width, double? height]) => SizedBox(width: width, height: height, child: this);