AnimatedBottomBar constructor
const
AnimatedBottomBar({
- Key? key,
- required ValueNotifier<
bool> showStateNotifier, - required BartBottomBar bottomBar,
Implementation
const AnimatedBottomBar({
super.key,
required this.showStateNotifier,
required this.bottomBar,
});