dynamicWidth method

double dynamicWidth(
  1. double val
)

Implementation

double dynamicWidth(double val) => width * val;