TableCellStyle constructor
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,
Implementation
TableCellStyle({
this.backgroundColor,
this.borderBottom,
this.borderLeft,
this.borderRight,
this.borderTop,
this.columnSpan,
this.contentAlignment,
this.paddingBottom,
this.paddingLeft,
this.paddingRight,
this.paddingTop,
this.rowSpan,
});