maxItemsPerLine property

int? maxItemsPerLine
final

The maximum number of items allowed per line when wrapping is enabled.

When set, forces line breaks after this many items, regardless of space. Useful for creating grid-like layouts with consistent item counts per row.

Implementation

final int? maxItemsPerLine;