menu
bonfire package
documentation
mixins/jumper_animation.dart
JumperAnimation
isStopped method
isStopped method
dark_mode
light_mode
isStopped
method
bool
isStopped
(
)
inherited
Implementation
bool isStopped() { return velocity.x.abs() < 0.01 && velocity.y.abs() < 0.01; }
bonfire package
documentation
mixins/jumper_animation
JumperAnimation
isStopped method
JumperAnimation mixin