screenHeight function

double screenHeight(
  1. BuildContext context
)

Implementation

double screenHeight(BuildContext context){
  return NUIDisplayUtil.screenHeight(context);
}