onScaleStart method

void onScaleStart(
  1. void function(
    1. ScaleStartDetails
    )
)

Implementation

void onScaleStart(void Function(ScaleStartDetails) function) =>
    gestureModel.onScaleStart = function;