addRow method

dynamic addRow(
  1. RowContent content
)

Implementation

addRow(RowContent content) {
  rows.add(content);
}