screenSize static method

Size screenSize()

Get the size of the screen.

Implementation

static Size screenSize() {
  return MediaQuery.of(Get.context!).size;
}