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