ShakeAnimation constructor

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

Implementation

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