PageBlockTableCell constructor
const
PageBlockTableCell({
- RichText? text,
- required bool isHeader,
- required int colspan,
- required int rowspan,
- required PageBlockHorizontalAlignment align,
- required PageBlockVerticalAlignment valign,
Represents a cell of a table
Implementation
const PageBlockTableCell({
this.text,
required this.isHeader,
required this.colspan,
required this.rowspan,
required this.align,
required this.valign,
});