maxItemsPerRow property

int? maxItemsPerRow
final

Maximum items to show per row. By default the package shows all items that fit into the available space according to minItemWidth.

Note that this should only be used when limiting items on large screens since it will stretch maxItemsPerRow items across the whole width when maximum is reached. This can result in a large difference to minItemWidth.

Implementation

final int? maxItemsPerRow;