PageBlockTable constructor

PageBlockTable({
  1. String? extra,
  2. int? client_id,
  3. RichText? caption,
  4. vector<vector<PageBlockTableCell>>? cells,
  5. Bool? is_bordered,
  6. Bool? is_striped,
})

Implementation

PageBlockTable({
  super.extra,
  super.client_id,
  this.caption,
  this.cells,
  this.is_bordered,
  this.is_striped,
});