Widget sized({double? width, double? height}) => SizedBox( width: width, height: height, child: this, );