pressed method Null safety
- LimitedState arg
override
What to do when the key is pressed.
Implementation
@override
void pressed(LimitedState arg) =>
(arg as ActiveState).handleLetterLabel(this);
What to do when the key is pressed.
@override
void pressed(LimitedState arg) =>
(arg as ActiveState).handleLetterLabel(this);