minThreshold property
A percentage of minThreshold for calling onDragComplete.
It helps to define boundary for calling onDragComplete. If it is set to .2 and the value of maxTranslation is set to .3 then if we leave drag drag handle at grater than 15% of translation it will consider this action as threshold.
Implementation
final double minThreshold;