animation property

  1. @Deprecated("This is deprecated in favor of `state`, and will be removed in the future")
Animation<double> animation

Implementation

@Deprecated(
    "This is deprecated in favor of `state`, and will be removed in the future")
Animation<double> get animation => _animationController.view;