responsiveHeight static method
Implementation
static double responsiveHeight(BuildContext context, double height) {
return (height / baseHeight) * screenHeight(context);
}
static double responsiveHeight(BuildContext context, double height) {
return (height / baseHeight) * screenHeight(context);
}