stopAnimation method

dynamic stopAnimation({
  1. bool force = false,
})

Implementation

stopAnimation({bool force = false}) {
  _state?._stopAnimation(force: force);
}