height static method
this is for the height
Implementation
static double height(double p, BuildContext context) {
return MediaQuery.of(context).size.height * (p / 100);
}
this is for the height
static double height(double p, BuildContext context) {
return MediaQuery.of(context).size.height * (p / 100);
}