animationMap property

HashMap<String, ({AnimationController controller, Curve curve, Tween<double> tween})> animationMap
final

Implementation

final animationMap = HashMap<String, ({
  AnimationController controller,
  Tween<double> tween,
  Curve curve,
})>();