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