getHeightInsideSafeArea method
Implementation
double getHeightInsideSafeArea(BuildContext context){
return DeviceTools.getHeight(context)
- NotchBarConstant.getHeight(context)
- StatusBarConstant.getHeight(context) ;
}
double getHeightInsideSafeArea(BuildContext context){
return DeviceTools.getHeight(context)
- NotchBarConstant.getHeight(context)
- StatusBarConstant.getHeight(context) ;
}