contentSize property

double? contentSize
final

Scroll item height.

If InfiniteListItem.initialHeaderBuild is true with InfiniteListItem.overlay, or default InfiniteListItem constructor is used, initial header render will be called without this value

Implementation

final double? contentSize;