w method

double w(
  1. num value
)

Scales width (same as .s but semantically clearer).

Implementation

double w(num value) => value * _scale;