PageBlockTable constructor
const
PageBlockTable({
- required List<
List< cells,PageBlockTableCell> > - required bool isBordered,
- required bool isStriped,
A table
Implementation
const PageBlockTable({
required this.caption,
required this.cells,
required this.isBordered,
required this.isStriped,
});