longPressDelay property

Duration longPressDelay
final

By default it has a duration of 500ms before an item can be moved.

Can only be used if enableLongPress is enabled.

Implementation

final Duration longPressDelay = kLongPressTimeout;