menu
flame package
documentation
game.dart
NotifyingVector2
NotifyingVector2 factory constructor
NotifyingVector2 factory constructor
dark_mode
light_mode
NotifyingVector2
constructor
NotifyingVector2
(
double
x
,
double
y
)
Implementation
factory NotifyingVector2(double x, double y) => NotifyingVector2.zero()..setValues(x, y);
flame package
documentation
game
NotifyingVector2
NotifyingVector2 factory constructor
NotifyingVector2 class