ScrollPositionManager class

@name:scroll_position_manager @package: @author:345 QQ:1831712732 @time:2023/03/29 11:08 @des: 手动控制悬浮窗滑动管理 ,通过Floating.scrollManager获取

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