updateBody method

void updateBody(
  1. List<List<FreedomTableBodyCell>> rows
)

Implementation

void updateBody(List<List<FreedomTableBodyCell>> rows) {
  this.rows = rows;
  notifyListeners();
}