dynamicHeight method

double dynamicHeight(
  1. double val
)

Implementation

double dynamicHeight(double val) => height * val;