onLongPressStart method

void onLongPressStart(
  1. void function(
    1. LongPressStartDetails
    )
)

Implementation

void onLongPressStart(void Function(LongPressStartDetails) function) =>
    gestureModel.onLongPressStart = function;