TouchFunction typedef

TouchFunction = dynamic Function()

Type of the function to be called when the control receives a touch event.

Implementation

typedef TouchFunction = dynamic Function();