isOnlyLongPress property
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;
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.
final bool isOnlyLongPress;