hx method

SizedBox hx(
  1. num value
)

Implementation

SizedBox hx(num value) => SizedBox(height: height * _x(value));