screenWidth static method

double screenWidth()

Get the width of the screen.

Implementation

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