setWidth static method

dynamic setWidth(
  1. double width
)

Implementation

static setWidth(double width) {
  ScreenUtil().setWidth(width);
}