h static method

double h(
  1. double size
)

Scales size based on height.

Implementation

static double h(double size) => ResponsiveUtils.height(size);