SizedBox sizedBox({Widget ? child,}) { return SizedBox( width: this.toDouble(), height: this.toDouble(), child: child, ); }