snapToGrid property
Whether or not to place all of the rover's surroundings on a grid
Implementation
bool get snapToGrid => _snapToGrid;
Implementation
set snapToGrid(bool value) {
_snapToGrid = value;
notifyListeners();
}
Whether or not to place all of the rover's surroundings on a grid
bool get snapToGrid => _snapToGrid;
set snapToGrid(bool value) {
_snapToGrid = value;
notifyListeners();
}