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