width method

double width(
  1. double value
)

Implementation

double width(double value) => value * _widthFactor;