PageBlockTable constructor
const
PageBlockTable({})
A table
Implementation
const PageBlockTable({
required this.caption,
required this.cells,
required this.isBordered,
required this.isStriped,
});
A table
const PageBlockTable({
required this.caption,
required this.cells,
required this.isBordered,
required this.isStriped,
});