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