initScreenSize static method

dynamic initScreenSize(
  1. BuildContext context
)

Implementation

static initScreenSize(BuildContext context){
    _screenSize = _screenSize ?? MediaQuery.of(context).size;
   // _screenSize = MediaQuery.of(context).size;
}