TableCell constructor

TableCell({
  1. List<StructuralElement>? content,
  2. int? endIndex,
  3. int? startIndex,
  4. List<String>? suggestedDeletionIds,
  5. List<String>? suggestedInsertionIds,
  6. Map<String, SuggestedTableCellStyle>? suggestedTableCellStyleChanges,
  7. TableCellStyle? tableCellStyle,
})

Implementation

TableCell({
  this.content,
  this.endIndex,
  this.startIndex,
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
  this.suggestedTableCellStyleChanges,
  this.tableCellStyle,
});