getEighthHeight static method

double getEighthHeight(
  1. BuildContext context
)

Implementation

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