menu
get_hooked package
documentation
ref/get/get.dart
GetVsyncValue<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}) => _hooked.stop(canceled: canceled);
get_hooked package
documentation
ref/get/get
GetVsyncValue<T>
stop method
GetVsyncValue extension type