PageBlockList constructor

PageBlockList({
  1. required List<PageBlockListItem> items,
})

Implementation

PageBlockList({required this.items});