kSplashProgressAnimationDuration top-level constant

Duration const kSplashProgressAnimationDuration

Duration of the progress bar tween animation.

Exported so StartupCubit can delay its completed emit by this amount, ensuring GoRouter never navigates away before the bar visually reaches 100%.

Implementation

const Duration kSplashProgressAnimationDuration = Duration(milliseconds: 600);