ScrollPositionControl class

@name:change_position_listener @package: @author:345 QQ:1831712732 @time:2023/03/28 17:47 @des:

Constructors

ScrollPositionControl()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeMillis int
滑动时间
getter/setter pair

Methods

getScrollTime() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scrollBottom(double bottom) → dynamic
scrollBottomLeft(double bottom, double left) → dynamic
scrollBottomRight(double bottom, double right) → dynamic
scrollLeft(double left) → dynamic
scrollRight(double right) → dynamic
scrollTop(double top) → dynamic
scrollTopLeft(double top, double left) → dynamic
scrollTopRight(double top, double right) → dynamic
setScrollBottom(dynamic scrollBottom(double bottom)) → dynamic
setScrollBottomLeft(dynamic scrollBottomLeft(double bottom, double left)) → dynamic
setScrollBottomRight(dynamic scrollBottomRight(double bottom, double right)) → dynamic
setScrollLeft(dynamic scrollLeft(double left)) → dynamic
setScrollRight(dynamic scrollRight(double right)) → dynamic
setScrollTime(int timeMillis) → dynamic
setScrollTop(dynamic scrollTop(double top)) → dynamic
setScrollTopLeft(dynamic scrollTopLeft(double top, double left)) → dynamic
setScrollTopRight(dynamic scrollTopRight(double top, double right)) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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