PaginationView constructor
const
PaginationView({
- Key? key,
- required Axis scrollDirection,
- double? itemExtent,
- required Clip clipBehavior,
- required bool shrinkWrap,
- required bool reverse,
- required bool addAutomaticKeepAlive,
- required bool addRepaintBoundaries,
- required bool addSemanticIndexes,
- bool? primary,
- double? cacheExtent,
- String? restorationId,
- EdgeInsets? padding,
- required Map<
String, String> initialParameters, - required String pageId,
- List<
SSRWidget> headers = const [], - required Symbol contextName,
- ScrollController? scrollController,
- double pageFetchThreshold = 1000,
Implementation
const PaginationView({
super.key,
required this.scrollDirection,
this.itemExtent,
required this.clipBehavior,
required this.shrinkWrap,
required this.reverse,
required this.addAutomaticKeepAlive,
required this.addRepaintBoundaries,
required this.addSemanticIndexes,
this.primary,
this.cacheExtent,
this.restorationId,
this.padding,
required this.initialParameters,
required this.pageId,
this.headers = const [],
this.footers = const [],
required this.contextName,
this.scrollController,
this.pageFetchThreshold = 1000,
}) : _isSliver = false;