SlideInAnimatedAppBar constructor
const
SlideInAnimatedAppBar({})
The duration of the slide-in animation. Constructor for the SlideInAnimatedAppBar widget.
Implementation
/// Constructor for the SlideInAnimatedAppBar widget.
const SlideInAnimatedAppBar({
Key? key,
this.minHeight,
this.maxHeight,
this.title,
this.backgroundColor,
this.animationDuration = 300,
/// Default animation duration is 300 milliseconds.
}) : super(key: key);