AntdScrollToIndexConfig class

Constructors

AntdScrollToIndexConfig.new({bool jump = true, Duration duration = const Duration(milliseconds: 200), Curve curve = Curves.easeOut, AntdEdge viewportAlign = AntdEdge.start, AntdEdge itemAlign = AntdEdge.start, bool set = false})
const

Properties

curve Curve
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
itemAlign AntdEdge
final
jump bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
set bool
final
viewportAlign AntdEdge
final

Methods

copyWith({bool? jump, Duration? duration, Curve? curve, AntdEdge? viewportAlign, AntdEdge? itemAlign, bool? set}) AntdScrollToIndexConfig
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