hideBottomBar method
Implementation
void hideBottomBar(AnimationController controller) {
controller.reverse();
if (onBottomBarHidden != null) {
onBottomBarHidden!();
}
}
void hideBottomBar(AnimationController controller) {
controller.reverse();
if (onBottomBarHidden != null) {
onBottomBarHidden!();
}
}