onPinchUpdate property

ValueChanged<double>? onPinchUpdate
final

Called with the current gesture's scale factor.

Scale > 1 enlarges, < 1 shrinks.

Implementation

final ValueChanged<double>? onPinchUpdate;