onPanStart method

void onPanStart(
  1. void function(
    1. DragStartDetails
    )
)

Implementation

void onPanStart(void Function(DragStartDetails) function) =>
    gestureModel.onPanStart = function;