sbhw method

SizedBox sbhw({
  1. double? width,
})

Implementation

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