CellPositionNextRow constructor

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

Implementation

const CellPositionNextRow(
    {this.rowAlignment = RowAlignment.left,
    this.rowHeight = const RowHeightHighestCell()});