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