MdTableDto constructor
const
MdTableDto({
- TextStyleDto? textStyle,
- TextStyleDto? head,
- TextStyleDto? body,
- TableBorderDto? border,
- BoxDecorationDto? rowDecoration,
- MarkdownAlternating? rowDecorationAlternating,
- SpacingDto? cellPadding,
- TableColumnWidth? columnWidth,
Implementation
const MdTableDto({
this.textStyle,
this.head,
this.body,
this.border,
this.rowDecoration,
this.rowDecorationAlternating,
this.cellPadding,
this.columnWidth,
});