TTableStyling constructor

const TTableStyling({
  1. TextStyle? headerTextStyle,
  2. EdgeInsets? headerPadding,
  3. Decoration? headerDecoration,
  4. EdgeInsets? contentPadding,
  5. TCardStyle? cardStyle,
  6. TRowStyle? rowStyle,
  7. TextStyle? cardLabelStyle,
  8. TextStyle? cardValueStyle,
  9. TextStyle? rowTextStyle,
})

Implementation

const TTableStyling({
  this.headerTextStyle,
  this.headerPadding,
  this.headerDecoration,
  this.contentPadding,
  this.cardStyle,
  this.rowStyle,
  this.cardLabelStyle,
  this.cardValueStyle,
  this.rowTextStyle,
});