AnimationStyle constructor
const
AnimationStyle({})
Creates an AnimationStyle with the given properties.
All parameters are optional. When null, the default values of the consuming route apply.
Implementation
const AnimationStyle({
this.duration,
this.reverseDuration,
this.curve,
this.reverseCurve,
});