shortDuration top-level constant

Duration const shortDuration

A short duration to use for animations.

Use this when you want less emphasis on the animation and more on the animation result, or when you have multiple animations running in sequence For example, in the timeline we use this when we are zooming the flame chart and scrolling to an offset immediately after.

Implementation

const shortDuration = Duration(milliseconds: 50);