onPinchUpdate property
Called with the current gesture's scale factor.
Scale > 1 enlarges, < 1 shrinks.
Implementation
final ValueChanged<double>? onPinchUpdate;
Called with the current gesture's scale factor.
Scale > 1 enlarges, < 1 shrinks.
final ValueChanged<double>? onPinchUpdate;