TTableStyle constructor
const
TTableStyle({
- Decoration? headerDecoration,
- EdgeInsets headerPadding = const EdgeInsets.symmetric(horizontal: 8, vertical: 12),
- TextStyle? headerTextStyle,
- EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 8, vertical: 8),
- TextStyle? contentTextStyle,
- TCardStyle cardStyle = const TCardStyle(),
- TRowStyle rowStyle = const TRowStyle(),
Implementation
const TTableStyle({
this.headerDecoration,
this.headerPadding = const EdgeInsets.symmetric(horizontal: 8, vertical: 12),
this.headerTextStyle,
this.contentPadding = const EdgeInsets.symmetric(horizontal: 8, vertical: 8),
this.contentTextStyle,
this.cardStyle = const TCardStyle(),
this.rowStyle = const TRowStyle(),
});