ScrollPositionManager class
@name:scroll_position_manager
@package:
@author:345 QQ:1831712732
@time:2023/03/29 11:08
@des: 手动控制悬浮窗滑动管理 ,通过Floating.scrollManager
获取
Constructors
- ScrollPositionManager(ScrollPositionControl _control)
Properties
- 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
-
scrollBottom(
double bottom) → dynamic -
从当前滑动到距离底部
bottom
的位置 -
scrollBottomLeft(
double bottom, double left) → dynamic -
从当前滑动到距离底部
bottom
和右边right
的位置 -
scrollBottomRight(
double bottom, double right) → dynamic -
从当前滑动到距离底部
bottom
和右边right
的位置 -
scrollLeft(
double left) → dynamic -
从当前滑动到距离左边
left
的位置 -
scrollRight(
double right) → dynamic -
从当前滑动到距离右边
right
的位置 -
scrollTop(
double top) → dynamic -
从当前滑动到距离顶部
top
的位置 -
scrollTopLeft(
double top, double left) → dynamic -
从当前滑动到距离顶部
top
和左边left
的位置 -
scrollTopRight(
double top, double right) → dynamic -
从当前滑动到距离顶部
top
和右边right
的位置 -
setScrollTime(
int timeMillis) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited