SizedBox sbwh({double? height}) => SizedBox( width: w, height: height != null ? height * _g.scaleHeight : null);