trailingScrollOffset property
The scroll offset of the trailing edge of the child relative to the leading edge of the parent.
Implementation
double get trailingScrollOffset => scrollOffset + mainAxisExtent;
The scroll offset of the trailing edge of the child relative to the leading edge of the parent.
double get trailingScrollOffset => scrollOffset + mainAxisExtent;