JelloAnimation constructor

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

Implementation

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