TableCell class
The contents and style of a cell in a Table.
Constructors
-
TableCell({List<
StructuralElement> ? content, int? endIndex, int? startIndex, List<String> ? suggestedDeletionIds, List<String> ? suggestedInsertionIds, Map<String, SuggestedTableCellStyle> ? suggestedTableCellStyleChanges, TableCellStyle? tableCellStyle}) - TableCell.fromJson(Map json_)
Properties
-
content
↔ List<
StructuralElement> ? -
The content of the cell.
getter/setter pair
- endIndex ↔ int?
-
The zero-based end index of this cell, exclusive, in UTF-16 code units.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startIndex ↔ int?
-
The zero-based start index of this cell, in UTF-16 code units.
getter/setter pair
-
suggestedDeletionIds
↔ List<
String> ? -
The suggested deletion IDs.
getter/setter pair
-
suggestedInsertionIds
↔ List<
String> ? -
The suggested insertion IDs.
getter/setter pair
-
suggestedTableCellStyleChanges
↔ Map<
String, SuggestedTableCellStyle> ? -
The suggested changes to the table cell style, keyed by suggestion ID.
getter/setter pair
- tableCellStyle ↔ TableCellStyle?
-
The style of the cell.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited