vicinity property
getter/setter pair
The logical positioning of children in two dimensions.
While children may not be strictly laid out in rows and columns, the relative positioning determines traversal of children in row or column major format.
This is set in the RenderTwoDimensionalViewport.buildOrObtainChildFor.
Implementation
ChildVicinity vicinity = ChildVicinity.invalid;