sw function

double sw(
  1. double width
)

宽度

Implementation

double sw (double width) => _screenUtil.setWidth(width);