performLeapTriggerDuration property

Duration? performLeapTriggerDuration
final

Maximum duration between the key down and key up events of an animation which will trigger a 'leap'

To customize the leap itself, see the leapMaxOfCurveComponent & ...LeapVelocityMultiplier properties.

Defaults to 100ms. Set to null to disable leaping.

Implementation

final Duration? performLeapTriggerDuration;