crossAxisOffset property

double? crossAxisOffset
getter/setter pair

The offset of the child in the non-scrolling axis.

If the scroll axis is vertical, this offset is from the left-most edge of the parent to the left-most edge of the child. If the scroll axis is horizontal, this offset is from the top-most edge of the parent to the top-most edge of the child.

Implementation

double? crossAxisOffset;