InterceptableAnimation constructor

InterceptableAnimation(
  1. Animation<double>? animation, {
  2. String? label,
})

Implementation

InterceptableAnimation(super.animation, {this.label});