trailingScrollOffset property

double trailingScrollOffset

The scroll offset of the trailing edge of the child relative to the leading edge of the parent.

Implementation

double get trailingScrollOffset => scrollOffset + mainAxisExtent;