buttonUp method Null safety
- Operation key
override
Implementation
@override
void buttonUp(Operation key) {
_autorepeat?.cancel();
_autorepeat = null;
}
@override
void buttonUp(Operation key) {
_autorepeat?.cancel();
_autorepeat = null;
}