transform abstract method

double transform(
  1. Size size,
  2. double value
)

Calculates the scale to apply based on the intrinsic widget size.

Implementation

double transform(Size size, double value);