releasedChildDuration property
Duration for the position animation when a dragged child was released.
The duration influence the time of the released dragged child going back to his new position.
Default value: const Duration(milliseconds: 150)
Implementation
final Duration releasedChildDuration;