LightSpeedOutAnimation constructor

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

Implementation

LightSpeedOutAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(preferences: preferences, needsScreenSize: true);