ScaleEventListener typedef

ScaleEventListener = void Function(ScaleEvent event)

Signature for listening to ScaleEvent events.

Used by XGestureDetector.

Implementation

typedef ScaleEventListener = void Function(ScaleEvent event);