SliverVariedExtentList constructor
- Key? key,
- required SliverChildDelegate delegate,
- required ItemExtentBuilder itemExtentBuilder,
Creates a sliver that places box children with the same main axis extent in a linear array.
Implementation
const SliverVariedExtentList({
super.key,
required super.delegate,
required this.itemExtentBuilder,
});