width method

double width(
  1. double designWidth
)

实际宽度 designWidth 设计搞宽度

Implementation

double width(double designWidth) {
  return designWidth * sizeScale;
}