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