SliverFloatingHeader constructor
- Key? key,
- AnimationStyle? animationStyle,
- FloatingHeaderSnapMode? snapMode,
- required Widget child,
Create a floating header sliver that animates into view when the user scrolls forward, and disappears the user starts scrolling in the opposite direction.
Implementation
const SliverFloatingHeader({
super.key,
this.animationStyle,
this.snapMode,
required this.child
});