width static method

double width({
  1. required num value,
})

Implementation

static double width({required num value}) => value * _scale();