ElCursorService class

Constructors

ElCursorService()
factory

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

insert([MouseCursor? cursor]) → void
插入全局光标,通常用于拖拽,当进行拖拽时设置全局光标可以防止鼠标与页面元素进行交互, 而且可以保证在拖拽过程中光标样式的稳定性。
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
移除全局光标
toString() String
A string representation of this object.
inherited

Operators

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