h method

dynamic h(
  1. num n
)

Implementation

h(num n) {
  if (disabled) return n;
  return n * (actual.height / design.height);
}