screenWidth static method
Get the width of the screen.
Implementation
static double screenWidth() {
return MediaQuery.of(Get.context!).size.width;
}
Get the width of the screen.
static double screenWidth() {
return MediaQuery.of(Get.context!).size.width;
}