positionDuration property

Duration positionDuration
final

Duration for the position change of a child.

The position can be updated if a child was removed or added. This duration won't be used for the position changes while dragging.

Default value: const Duration(milliseconds: 200)

Implementation

final Duration positionDuration;