AnticipateKeyMap class
Key map for anticipate navigation and selection.
- Implemented types
Constructors
- AnticipateKeyMap({KeyBinding? acceptSuggestion, KeyBinding? nextSuggestion, KeyBinding? prevSuggestion, KeyBinding? cancel, KeyBinding? deleteCharacterBackward})
- Creates an anticipate key map with default bindings.
Properties
- acceptSuggestion → KeyBinding
-
Accept current suggestion or typed input.
final
- cancel → KeyBinding
-
Cancel input (return null).
final
- deleteCharacterBackward → KeyBinding
-
Delete character backward (backspace).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextSuggestion → KeyBinding
-
Move to next suggestion.
final
- prevSuggestion → KeyBinding
-
Move to previous suggestion.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fullHelp(
) → List< List< KeyBinding> > -
Returns bindings for the full help view, grouped by columns.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shortHelp(
) → List< KeyBinding> -
Returns bindings for the short help view.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited