column property

int? column
final

Maximum number of streams per row. When reached, a new row will be started. If null, streams will flow to fill the available width. Must be greater than 0 or null.

Implementation

final int? column;