ElScrollControllerAttrModel class

创建默认的滚动控制器所支持的参数模型

Constructors

ElScrollControllerAttrModel({double? initialScrollOffset, bool? keepScrollOffset, ScrollControllerCallback? onAttach, ScrollControllerCallback? onDetach, String? debugLabel})
const

Properties

debugLabel String?
final
hashCode int
The hash code for this object.
no setterinherited
initialScrollOffset double?
final
keepScrollOffset bool?
final
onAttach ScrollControllerCallback?
final
onDetach ScrollControllerCallback?
final
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