FloatingEventListener class

@name:FloatingListener @package: @author:345 QQ:1831712732 @time:2022/02/11 23:16 @des:

Constructors

FloatingEventListener()

Properties

closeListener Function?
关闭悬浮窗
getter/setter pair
downListener ↔ (dynamic Function(Point<double>)?)
手指按下
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideFloatingListener Function?
影藏悬浮窗
getter/setter pair
moveEndListener ↔ (dynamic Function(Point<double>)?)
手指移动结束
getter/setter pair
moveListener ↔ (dynamic Function(Point<double>)?)
手指移动
getter/setter pair
openListener Function?
打开悬浮窗
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFloatingListener Function?
显示悬浮窗
getter/setter pair
upListener ↔ (dynamic Function(Point<double>)?)
手指抬起
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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