FloatingHeaderSnapConfiguration constructor
Creates an object that specifies how a floating header is to be "snapped" (animated) into or out of view.
Implementation
FloatingHeaderSnapConfiguration({
this.curve = Curves.ease,
this.duration = const Duration(milliseconds: 300),
});