AnimatedAppBar constructor

AnimatedAppBar({
  1. required Widget child,
  2. Color? backgroundColor,
  3. required double initHeight,
})

Implementation

AnimatedAppBar({required this.child, this.backgroundColor, required this.initHeight});