getAxisX method

double getAxisX(
  1. double w
)

Implementation

double getAxisX(double w) {
  return (w * width) / _designSize!.width;
}