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