stop method

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

Stops the animation.

Implementation

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