setSp static method

dynamic setSp(
  1. num fontSize
)

Implementation

static setSp(num fontSize) {
  ScreenUtil().setSp(fontSize);
}