getSixthHeight static method

double getSixthHeight(
  1. BuildContext context
)

Implementation

static double getSixthHeight(BuildContext  context) {
  var result =  getHeight(   context) / 6.0;
  return result;
}