getMaxY method

double getMaxY(
  1. BuildContext context
)

Implementation

double getMaxY(BuildContext context) =>
    MediaQuery.of(context).size.height -
    ballSize.height -
    MediaQuery.of(context).padding.bottom -
    kBottomNavigationBarHeight;