shrinkWrap property

bool shrinkWrap
final

Defines the value that will be assigned to the ListView's shrinkWrap property that contains the timeline items. Determines whether the extent of scrolling view in scrollDirection should be determined by the content being viewed.

The default value is true.

Implementation

final bool shrinkWrap;