secondaryAnimation property

  1. @mustCallSuper
Animation<double> secondaryAnimation

Implementation

@mustCallSuper
Animation<double> get secondaryAnimation => widget._secondaryAnimation.data ?? AnimationController(vsync: this, value: 1);