PageBlockListItem constructor
PageBlockListItem({})
Implementation
PageBlockListItem({
required this.label,
required this.blocks,
required this.hasCheckbox,
required this.isChecked,
required this.value,
required this.type,
});