cardShrinkWrap property

bool cardShrinkWrap
final

Whether the mobile card list should shrink-wrap its content.

Set to true (default) when the table is nested inside another scrollable. Set to false when this is the primary scrollable for better performance with large datasets — enables lazy rendering via ListView.builder.

Implementation

final bool cardShrinkWrap;