height method

double height(
  1. num height
)

Implementation

double height(num height) => height * _hightScaleFactor;