row property

int? row
final

Maximum number of rows allowed in the layout. When reached, no more rows will be created even if more streams exist. If null, rows will be created as needed to fit all streams. Must be greater than 0 or null.

Implementation

final int? row;