TableCellStyle class
The style of a TableCell.
Inherited table cell styles are represented as unset fields in this message. A table cell style can inherit from the table's style.
Constructors
- TableCellStyle({OptionalColor? backgroundColor, TableCellBorder? borderBottom, TableCellBorder? borderLeft, TableCellBorder? borderRight, TableCellBorder? borderTop, int? columnSpan, String? contentAlignment, Dimension? paddingBottom, Dimension? paddingLeft, Dimension? paddingRight, Dimension? paddingTop, int? rowSpan})
- TableCellStyle.fromJson(Map json_)
Properties
- backgroundColor ↔ OptionalColor?
- 
  The background color of the cell.
  getter/setter pair
- borderBottom ↔ TableCellBorder?
- 
  The bottom border of the cell.
  getter/setter pair
- borderLeft ↔ TableCellBorder?
- 
  The left border of the cell.
  getter/setter pair
- borderRight ↔ TableCellBorder?
- 
  The right border of the cell.
  getter/setter pair
- borderTop ↔ TableCellBorder?
- 
  The top border of the cell.
  getter/setter pair
- columnSpan ↔ int?
- 
  The column span of the cell.
  getter/setter pair
- contentAlignment ↔ String?
- 
  The alignment of the content in the table cell.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- paddingBottom ↔ Dimension?
- 
  The bottom padding of the cell.
  getter/setter pair
- paddingLeft ↔ Dimension?
- 
  The left padding of the cell.
  getter/setter pair
- paddingRight ↔ Dimension?
- 
  The right padding of the cell.
  getter/setter pair
- paddingTop ↔ Dimension?
- 
  The top padding of the cell.
  getter/setter pair
- rowSpan ↔ int?
- 
  The row span of the cell.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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