Offset getPositionForChild(Size size, Size childSize)

Returns the position where the child should be placed given the size of this object and the size of the child.

Source

Offset getPositionForChild(Size size, Size childSize) => Offset.zero;