TableStyle constructor
const
TableStyle({})
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,
});