heightOf static method
Implementation
static double heightOf(double factor, BuildContext context) {
var height = MediaQuery.of(context).size.height;
return factor * (height / 100);
}
static double heightOf(double factor, BuildContext context) {
var height = MediaQuery.of(context).size.height;
return factor * (height / 100);
}