getFlashScreenSize static method

Size getFlashScreenSize(
  1. BuildContext context
)

Implementation

static Size getFlashScreenSize(BuildContext context){
  _screenSize = MediaQuery.of(context).size;
  return _screenSize!;
}