HeadShakeAnimation constructor

HeadShakeAnimation({
  1. AnimationPreferences preferences = const AnimationPreferences(),
})

Implementation

HeadShakeAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(preferences: preferences);