TableCell constructor
TableCell({
- List<
StructuralElement> ? content, - int? endIndex,
- int? startIndex,
- List<
String> ? suggestedDeletionIds, - List<
String> ? suggestedInsertionIds, - Map<
String, SuggestedTableCellStyle> ? suggestedTableCellStyleChanges, - TableCellStyle? tableCellStyle,
Implementation
TableCell({
this.content,
this.endIndex,
this.startIndex,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.suggestedTableCellStyleChanges,
this.tableCellStyle,
});