FadeInRightAnimation constructor
FadeInRightAnimation({
- AnimationPreferences preferences = const AnimationPreferences(),
Implementation
FadeInRightAnimation({
AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
preferences: preferences,
needsWidgetSize: true,
preRenderOpacity: 0.0,
);