ElScrollHitMixin mixin
监听滚动触顶、触底事件
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollHitEnd ↔ bool
-
getter/setter pair
- scrollHitStart ↔ bool
-
getter/setter pair
Methods
-
buildScrollHitListener(
{required Widget child}) → Widget - 构建滚动监听器组件
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onScrollHitEnd(
) → void - 滚动容器击中底部
-
onScrollHitStart(
) → void - 滚动容器击中顶部(不限垂直、水平滚动)
-
scrollHitNotification(
ScrollNotification notification) → bool -
scrollMetricsNotification(
ScrollMetricsNotification notification) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited