maxTranslation property

double maxTranslation
final

Value of width percentage,for max translation in direction.

It defines bounds of translation in direction. If it is set to .3 then at max drag you will able to translate 30% of child size in any direction.

Implementation

final double maxTranslation;