AnimatorProps constructor
const
AnimatorProps({})
Implementation
const AnimatorProps({
this.duration = const Duration(milliseconds: 800),
this.reverseDuration,
this.behavior = AnimationBehavior.normal,
this.curve = Curves.easeInOut,
this.lowerBound = 0,
this.upperBound = 1,
});