ws property
SizedBox
get
ws
SizedBox with adaptive width
Implementation
SizedBox get ws => SizedBox(width: this * ScreenUtils().sw);
SizedBox with adaptive width
SizedBox get ws => SizedBox(width: this * ScreenUtils().sw);