enableLongPress property

  1. @Deprecated("This parameter is no longer needed.\n" "To disable the long press and initiate the drag immediately, " "set [longPressDelay] to [Duration.zero].")
bool enableLongPress
final

The drag of a child will be started with a long press.

Default value: true

Implementation

@Deprecated("This parameter is no longer needed.\n"
    "To disable the long press and initiate the drag immediately, "
    "set [longPressDelay] to [Duration.zero].")
final bool enableLongPress;