height static method

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

Implementation

static double height(num fontSize, ScreenUtil instance) {
  return instance.setHeight(fontSize);
}