onStop property

ContextCallback? onStop
finalinherited

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;