getDeviceHeight static method

double getDeviceHeight(
  1. BuildContext context
)

This method is used to get device height

Implementation

static double getDeviceHeight(BuildContext context) {
  return SpacerUtil.height;
}