SliverExtra<T extends SliverWithKeepAliveWidget> extension

直接从控件列表生成CustomScorllView >>>

on

Methods

scrollView({Key? key, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController? controller, bool? primary, ScrollPhysics? physics, ScrollBehavior? scrollBehavior, bool shrinkWrap = false, Key? center, double anchor = 0.0, double? cacheExtent, int? semanticChildCount, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.onDrag, String? restorationId, Clip clipBehavior = Clip.hardEdge}) CustomScrollView

Available on List<T>, provided by the SliverExtra extension