sbh method

SizedBox sbh(
  1. num value
)

Returns a SizedBox with scaled height.

Implementation

SizedBox sbh(num value) => SizedBox(height: value * _scale);