menu
flame package
documentation
game.dart
NotifyingVector2
x property
x property
dark_mode
light_mode
x
property
double
get
x
inherited
Implementation
double get x => _v2storage[0];
@
override
set
x
(
double
x
)
override
Implementation
@override set x(double x) { super.x = x; notifyListeners(); }
flame package
documentation
game
NotifyingVector2
x property
NotifyingVector2 class