setScreenSize static method

void setScreenSize(
  1. BuildContext context
)

Implementation

static void setScreenSize(BuildContext context) {
  height = MediaQuery.of(context).size.height - kToolbarHeight;
  width = MediaQuery.of(context).size.width;
}