sbhw method

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

Implementation

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