addRow method

void addRow(
  1. List columns
)

Implementation

void addRow(List<dynamic> columns) => rows.add(NormalRow(columns));