menu
flame package
documentation
game.dart
NotifyingVector2
sub method
sub method
dark_mode
light_mode
sub
method
@
override
void
sub
(
Vector2
arg
)
override
Subtract
arg
from this.
Implementation
@override void sub(Vector2 arg) { super.sub(arg); notifyListeners(); }
flame package
documentation
game
NotifyingVector2
sub method
NotifyingVector2 class