FlashAnimation constructor

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

Implementation

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