PasswordKeyMap class
Key bindings for the password component.
- Implemented types
Constructors
- PasswordKeyMap({KeyBinding? submit, KeyBinding? cancel, KeyBinding? deleteBackward, KeyBinding? deleteForward, KeyBinding? deleteAll, KeyBinding? cursorLeft, KeyBinding? cursorRight, KeyBinding? cursorStart, KeyBinding? cursorEnd})
Properties
- cancel → KeyBinding
-
Cancel input.
final
- cursorEnd → KeyBinding
-
Move cursor to end.
final
- cursorLeft → KeyBinding
-
Move cursor left.
final
- cursorRight → KeyBinding
-
Move cursor right.
final
- cursorStart → KeyBinding
-
Move cursor to start.
final
- deleteAll → KeyBinding
-
Delete all characters.
final
- deleteBackward → KeyBinding
-
Delete character before cursor.
final
- deleteForward → KeyBinding
-
Delete character after cursor.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submit → KeyBinding
-
Submit the password.
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