longTapStartDeleyDuration property

Duration longTapStartDeleyDuration
final

Defines the amount of duration that must elapse before a long press gesture is considered initiated.

See also:

  • For example if that value is defined as 500 milliseconds, the long press action is not considered to have started until the user has held down the widget for at least 500 milliseconds.

Implementation

final Duration longTapStartDeleyDuration;