SpaceShortcutEvent class

Defines the implementation of shortcut events for space key calls.

Annotations

Constructors

SpaceShortcutEvent.new({required String character, required SpaceShortcutEventHandler handler})

Properties

character String
final
handler SpaceShortcutEventHandler
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? character, SpaceShortcutEventHandler? handler}) SpaceShortcutEvent
execute(QuillText node, QuillController controller) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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