showBottomBar method
Implementation
void showBottomBar(AnimationController controller) {
controller.forward();
if (onBottomBarShown != null) {
onBottomBarShown!();
}
}
void showBottomBar(AnimationController controller) {
controller.forward();
if (onBottomBarShown != null) {
onBottomBarShown!();
}
}