MdTableDto constructor

const MdTableDto({
  1. TextStyleDto? textStyle,
  2. TextStyleDto? head,
  3. TextStyleDto? body,
  4. TableBorderDto? border,
  5. BoxDecorationDto? rowDecoration,
  6. MarkdownAlternating? rowDecorationAlternating,
  7. SpacingDto? cellPadding,
  8. TableColumnWidth? columnWidth,
})

Implementation

const MdTableDto({
  this.textStyle,
  this.head,
  this.body,
  this.border,
  this.rowDecoration,
  this.rowDecorationAlternating,
  this.cellPadding,
  this.columnWidth,
});