TableStyle constructor
const
TableStyle({
- Color? borderColor,
- double? borderWidth,
- Radius? borderRadius,
- EdgeInsetsGeometry? cellPadding,
- Color? headerBackground,
- TextStyle? headerTextStyle,
- Color? rowStripeColor,
- TableColumnWidth? columnWidth,
Creates a TableStyle. Null fields defer to the theme, then to the default.
Implementation
const TableStyle({
this.borderColor,
this.borderWidth,
this.borderRadius,
this.cellPadding,
this.headerBackground,
this.headerTextStyle,
this.rowStripeColor,
this.columnWidth,
});