setHeight static method

dynamic setHeight(
  1. double height
)

Implementation

static setHeight(double height) {
  ScreenUtil().setHeight(height);
}