TextEvents class
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
-
registerTextEventListener(
bool listener(TextEvent)) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterTextEventListener(
bool listener(TextEvent)) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → TextEvents
-
Returns clipboard events instance if available on current platform.
This is only supported on web, on other platforms use SystemClipboard.instance
to access the clipboard.
no setter