height static method

dynamic height(
  1. BuildContext context
)

Implementation

static height(BuildContext context) {
  // return MediaQuery.of(context).size.height;
  return ScreenUtil().screenHeight;
}