cachedPosition property

Offset? cachedPosition
getter/setter pair

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;