PageBlockListItem constructor

PageBlockListItem({
  1. String? extra,
  2. int? client_id,
  3. string? label,
  4. vector<PageBlock>? page_blocks,
})

Implementation

PageBlockListItem({
  super.extra,
  super.client_id,
  this.label,
  this.page_blocks,
});