isOnlyLongPress property

bool isOnlyLongPress
final

isOnlyLongPress is Accepts 'true' and 'false' If, it is true then only draggable works with long press. and if it is false then it works with simple press.

Implementation

final bool isOnlyLongPress;