onScaleChanged property

(void Function(double)?) onScaleChanged
final

Callback for when the scale has changed, only invoked at the end of an interaction.

Implementation

final void Function(double)? onScaleChanged;