onStart property
The function to call when this key is activated.
This function will be called when the associated key combination is first pressed.
If this value is null
, then nothing will happen.
Note: Key repeats are not handled.
Implementation
final ContextCallback? onStart;