getScreenDimensions static method

ScreenDim getScreenDimensions(
  1. BuildContext context
)

Implementation

static ScreenDim getScreenDimensions(BuildContext context) {
  return ScreenDim(MediaQuery.of(context).size.width,getActualScreenHeight(context));
}