offset property
The current offset (position) of this child after layout.
Only valid after layout has been called. Represents the final position assigned to this child relative to its parent.
Implementation
@override
LayoutOffset get offset => layoutOffsetFromOffset(
(renderBox.parentData as LayoutBoxParentData).offset,
);