getAxisY method

double getAxisY(
  1. double h
)

Implementation

double getAxisY(double h) {
  return (h * height) / _designSize!.height;
}