cachedPosition property
this is the cached position if this position is passed then it will get cached and then position can be reused instead of regenerating the whole node position randomly
Implementation
ui.Offset? cachedPosition;
this is the cached position if this position is passed then it will get cached and then position can be reused instead of regenerating the whole node position randomly
ui.Offset? cachedPosition;