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