KeyboardController class Null safety

Constructors

KeyboardController()

Properties

button Map<String, CalculatorButtonState>
final
controller RealController
latefinal
hashCode int
The hash code for this object.
read-onlyinherited
lastKeyDown DateTime
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

deregister(CalculatorButtonState s, String accelerator) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onKey(RawKeyEvent e) KeyEventResult
register(CalculatorButtonState s, String accelerator) → void
releasePressedButton() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited