dynamicWidth method

double dynamicWidth(
  1. double value
)

Implementation

double dynamicWidth(double value) => screenWidth * value;