SearchKeyMap class
Key bindings for the search component.
- Implemented types
Constructors
- SearchKeyMap({KeyBinding? up, KeyBinding? down, KeyBinding? home, KeyBinding? end, KeyBinding? pageUp, KeyBinding? pageDown, KeyBinding? select, KeyBinding? cancel})
Properties
- cancel → KeyBinding
-
Cancel search.
final
- down → KeyBinding
-
Move cursor down.
final
- end → KeyBinding
-
Jump to last item.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- home → KeyBinding
-
Jump to first item.
final
- pageDown → KeyBinding
-
Page down.
final
- pageUp → KeyBinding
-
Page up.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- select → KeyBinding
-
Confirm selection.
final
- up → KeyBinding
-
Move cursor up.
final
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