TTableStyling constructor
const
TTableStyling({
- TextStyle? headerTextStyle,
- EdgeInsets? headerPadding,
- Decoration? headerDecoration,
- EdgeInsets? contentPadding,
- TCardStyle? cardStyle,
- TRowStyle? rowStyle,
- TextStyle? cardLabelStyle,
- TextStyle? cardValueStyle,
- TextStyle? rowTextStyle,
Implementation
const TTableStyling({
this.headerTextStyle,
this.headerPadding,
this.headerDecoration,
this.contentPadding,
this.cardStyle,
this.rowStyle,
this.cardLabelStyle,
this.cardValueStyle,
this.rowTextStyle,
});