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