updateScreenSize static method

dynamic updateScreenSize(
  1. BuildContext context
)

Implementation

static updateScreenSize(BuildContext context){
  _screenSize = MediaQuery.of(context).size;
}