AnimatedAppBar constructor
const
AnimatedAppBar({
- Key? key,
- required PreferredSizeWidget? appBar,
- required ValueNotifier<
bool> showStateNotifier,
Implementation
const AnimatedAppBar({
super.key,
required this.appBar,
required this.showStateNotifier,
});