width static method

double width()

获取屏幕宽度

Implementation

static double width() {
  return Get.width;
}