TableConfig constructor
const
TableConfig({
- Map<
int, TableColumnWidth> ? columnWidths, - TableColumnWidth? defaultColumnWidth,
- TextDirection? textDirection,
- TableBorder? border,
- TableCellVerticalAlignment? defaultVerticalAlignment,
- TextBaseline? textBaseline,
- Decoration? headerRowDecoration,
- Decoration? bodyRowDecoration,
- TextStyle? headerStyle,
- TextStyle? bodyStyle,
- WidgetWrapper? wrapper,
- EdgeInsets headPadding = const EdgeInsets.fromLTRB(8, 4, 8, 4),
- EdgeInsets bodyPadding = const EdgeInsets.fromLTRB(8, 4, 8, 4),
Implementation
const TableConfig({
this.columnWidths,
this.defaultColumnWidth,
this.textDirection,
this.border,
this.defaultVerticalAlignment,
this.textBaseline,
this.headerRowDecoration,
this.bodyRowDecoration,
this.headerStyle,
this.bodyStyle,
this.wrapper,
this.headPadding = const EdgeInsets.fromLTRB(8, 4, 8, 4),
this.bodyPadding = const EdgeInsets.fromLTRB(8, 4, 8, 4),
});