menu
get_hooked package
documentation
utils/value_animation.dart
ValueAnimation<T>
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
{
bool
canceled
=
true
,
})
Stops the animation.
Implementation
void stop({bool canceled = true}) => _ticker!.stop(canceled: canceled);
get_hooked package
documentation
utils/value_animation
ValueAnimation<T>
stop method
ValueAnimation class