menu
pathfinding package
documentation
core/node.dart
Node
x property
x property
dark_mode
light_mode
x
property
int
?
x
getter/setter pair
The x coordinate of the node on the grid. @type number
Implementation
int? x;
pathfinding package
documentation
core/node
Node
x property
Node class