tableDivider method

List<TableRow> tableDivider()

Implementation

List<TableRow> tableDivider() {
  return divider(lastIndex: 0);
}