onStop property
The function to call when this key is deactivated.
This function will be called when the associated key combination is released.
If this value is null
, then nothing will happen.
Implementation
final ContextCallback? onStop;
The function to call when this key is deactivated.
This function will be called when the associated key combination is released.
If this value is null
, then nothing will happen.
final ContextCallback? onStop;