height method

double height(
  1. num input
)

Gives the responsive height

Implementation

double height(num input) => input * scaleH;