w static method

double w(
  1. double size
)

Scales size based on width.

Implementation

static double w(double size) => ResponsiveUtils.width(size);