onScaleStart property

(void Function(Offset initialFocusPoint)?) onScaleStart
final

The pointers in contact with the screen have established a focal point and initial scale of 1.0.

Implementation

final void Function(Offset initialFocusPoint)? onScaleStart;