EffectCallback typedef

EffectCallback = void Function(double? progress, Object currentTarget, Animation animation)

Implementation

typedef EffectCallback =
    void Function(double? progress, Object currentTarget, Animation animation);