CharacterShortcutEvent class
Defines the implementation of shortcut event based on character.
- Annotations
-
- @immutable
- @experimental
Constructors
- CharacterShortcutEvent.new({required String key, required String character, required CharacterShortcutEventHandler handler})
-
const
Properties
- character → String
-
final
- handler → CharacterShortcutEventHandler
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- key → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? key, String? character, CharacterShortcutEventHandler? handler}) → CharacterShortcutEvent -
execute(
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