animateType property

AnimateType animateType
final

in the FluffyAnimation Widget, the animateType is always AnimateType.mirror

Otherwise, it will not feel fluffy.

Implementation

final AnimateType animateType = AnimateType.mirror;