stop method

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

Stops the animation.

Implementation

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