AnimationDefinition constructor
const
AnimationDefinition({
- AnimationPreferences preferences = const AnimationPreferences(),
- bool needsWidgetSize = false,
- bool needsScreenSize = false,
- double preRenderOpacity = 1.0,
Constructor with all parameters' defaults.
Implementation
const AnimationDefinition({
this.preferences = const AnimationPreferences(),
this.needsWidgetSize = false,
this.needsScreenSize = false,
this.preRenderOpacity = 1.0,
});