menu
pathfinding package
documentation
core/node.dart
Node
walkable property
walkable property
dark_mode
light_mode
walkable
property
bool
?
walkable
getter/setter pair
Whether this node can be walked through. @type boolean
Implementation
bool? walkable;
pathfinding package
documentation
core/node
Node
walkable property
Node class