width property
Implementation
static final double width =
(Get.width - 256) > 1600
? (1600 - 256) * 0.7
: (Get.width - 256);
static final double width =
(Get.width - 256) > 1600
? (1600 - 256) * 0.7
: (Get.width - 256);