maxYDist method

double maxYDist()

Implementation

double maxYDist() {
  return MediaQuery.of(context).size.height / 2.3;
}