ExtendedSliverFixedExtentList constructor
const
ExtendedSliverFixedExtentList({
- Key? key,
- required SliverChildDelegate delegate,
- required double itemExtent,
- required ExtendedListDelegate extendedListDelegate,
Implementation
const ExtendedSliverFixedExtentList({
Key? key,
required SliverChildDelegate delegate,
required this.itemExtent,
required this.extendedListDelegate,
}) : super(key: key, delegate: delegate);