CommonControl class
@name:common_control @package: @author:345 QQ:1831712732 @time:2023/04/17 20:29 @des: 通用的回调
Constructors
Properties
Methods
-
getFloatingPoint(
) → Point< double> - 获取 Floating 位置
-
getInitIsScroll(
) → bool - 获取初始化时是否可以滑动状态
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setFloatingHide(
bool isHide) → dynamic - 设置隐藏状态
-
setFloatingPoint(
dynamic floatingPoint(Point< double> point)) → dynamic - 设置 Floating 位置监听
-
setHideControlListener(
dynamic hideControl(bool isHide)) → dynamic - 设置隐藏监听
-
setInitIsScroll(
bool initIsScroll) → dynamic - 设置初始化时是否可以滑动
-
setIsStartScroll(
bool isScroll) → dynamic - 设置是否滑动
-
setIsStartScrollListener(
dynamic fun(bool isScroll)) → dynamic - 设置是否滑动监听
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited