getDeviceHeight static method
This method is used to get device height
Implementation
static double getDeviceHeight(BuildContext context) {
return SpacerUtil.height;
}
This method is used to get device height
static double getDeviceHeight(BuildContext context) {
return SpacerUtil.height;
}