TadaAnimation constructor

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

Implementation

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