sbwh method

SizedBox sbwh({
  1. double? height,
})

Implementation

SizedBox sbwh({double? height}) => SizedBox(width: s, height: height?.s);