AtRestAnimationSettingsBuilder typedef

AtRestAnimationSettingsBuilder = AnimationSettings Function(WidgetRestingEffects effects, AnimationController animationController)

AtRestAnimationSettingsBuilder used for custom builder for 'at rest' animations

Implementation

typedef AtRestAnimationSettingsBuilder = AnimationSettings Function(
    WidgetRestingEffects effects, AnimationController animationController);