PaginatorKeyMap class
Key bindings for paginator navigation.
- Implemented types
Constructors
- PaginatorKeyMap({KeyBinding? prevPage, KeyBinding? nextPage})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPage → KeyBinding
-
Key binding for next page.
final
- prevPage → KeyBinding
-
Key binding for previous page.
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