getEighthHeight static method
Implementation
static double getEighthHeight(BuildContext context) {
var result = getHeight(context) / 8.0;
return result;
}
static double getEighthHeight(BuildContext context) {
var result = getHeight(context) / 8.0;
return result;
}