Sliver.fixedExtentList constructor Null safety
- {Key? key,
- required SliverChildDelegate delegate,
- required double itemExtent}
Implementation
const factory Sliver.fixedExtentList({
Key? key,
required SliverChildDelegate delegate,
required double itemExtent,
}) = SliverFixedExtentList;