selectionCenterWorld property
Offset?
get
selectionCenterWorld
Center of selectionBoundsWorld when selection is non-empty.
Implementation
Offset? get selectionCenterWorld => selectionBoundsWorld?.center;
Center of selectionBoundsWorld when selection is non-empty.
Offset? get selectionCenterWorld => selectionBoundsWorld?.center;