width static method

double width(
  1. num fontSize
)

Implementation

static double width(num fontSize) => ScreenUtil.instance.setWidth(fontSize);