preScaleDetail property

ScaleUpdateDetails? preScaleDetail
final

Details of previous scale update.

It is usefull to calculate delta position between scale updates, because ScaleUpdateDetails.delta is form the start instead of the previous one.

Scale update gesture will always has this property, even the first update (It regards the scale start as the previous update.).

Implementation

final ScaleUpdateDetails? preScaleDetail;