longDuration top-level constant
Duration
const longDuration
A long duration to use for animations.
Use this rarely, only when you want added emphasis to an animation.
Implementation
const longDuration = Duration(milliseconds: 400);