SpanningTableRow constructor
const
SpanningTableRow({
- required List<
SpanningTableCell> children, - bool repeat = false,
- BoxDecoration? decoration,
- TableCellVerticalAlignment? verticalAlignment,
Implementation
const SpanningTableRow({
required this.children,
this.repeat = false,
this.decoration,
this.verticalAlignment,
});