onKeyPressed property

dynamic Function(String) onKeyPressed
final

A function that is called when a key is pressed on the keyboard

Implementation

final Function(String) onKeyPressed;