HingeAnimation constructor

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

Implementation

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