RubberBandAnimation constructor

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

Implementation

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