sunRayLikeAnimationConfig top-level constant
FanAnimationConfig
const sunRayLikeAnimationConfig
Implementation
const FanAnimationConfig sunRayLikeAnimationConfig = FanAnimationConfig(
animationDurationInMillisecond: 1400,
rayAnimationConfig: RayAnimationConfig(
enabled: true,
randomizeStartDelay: true,
randomizeFinishDelay: true,
curve: Curves.easeInOut
),
opacityAnimationConfig: OpacityAnimationConfig(
enabled: true,
curve: Curves.easeInOutCubic,
animationStartDelay: 0,
animationFinishDelay: 0.6,
)
);