PageBlockList constructor
PageBlockList({
- required List<
PageBlockListItem> items,
Implementation
PageBlockList({required this.items});
PageBlockList({required this.items});