width static method

double width(
  1. num fontSize,
  2. ScreenUtil instance
)

Implementation

static double width(num fontSize, ScreenUtil instance) {
  return instance.setWidth(fontSize);
}