SizedBox sbhw({double? width}) => SizedBox(height: h, width: width != null ? width * _g.scaleWidth : null);