FloatingHeaderSnapConfiguration class

Specifies how a floating header is to be "snapped" (animated) into or out of view.

See also:

Constructors

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

Properties

curve Curve
The snap animation curve.
final
duration Duration
The snap animation's duration.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited