stop method

void stop({
  1. bool canceled = true,
})

stop for stop animations

Implementation

void stop({bool canceled = true}) =>
    _animationController?.stop(canceled: canceled);