CellPosition.nextRow constructor

CellPosition.nextRow({
  1. RowAlignment rowAlignment = RowAlignment.left,
  2. RowHeight rowHeight = const RowHeightHighestCell(),
})

Implementation

factory CellPosition.nextRow({
  RowAlignment rowAlignment = RowAlignment.left,
  RowHeight rowHeight = const RowHeightHighestCell(),
}) =>
    CellPositionNextRow(rowAlignment: rowAlignment, rowHeight: rowHeight);