PageListItemBlocks constructor

const PageListItemBlocks({
  1. required bool checkbox,
  2. required bool checked,
  3. required List<PageBlockBase> blocks,
})

Page List Item Blocks constructor.

Implementation

const PageListItemBlocks({
  required this.checkbox,
  required this.checked,
  required this.blocks,
}) : super._();