menu
flame package
documentation
game.dart
NotifyingVector2
scale method
scale method
dark_mode
light_mode
scale
method
@
override
void
scale
(
double
arg
)
override
Scale this by
arg
.
Implementation
@override void scale(double arg) { super.scale(arg); notifyListeners(); }
flame package
documentation
game
NotifyingVector2
scale method
NotifyingVector2 class