XListViews extension
Methods
-
xCustomScrollView({Key key, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController controller, bool primary, ScrollPhysics physics, bool shrinkWrap = false, Key center, double anchor = 0.0, double cacheExtent, int semanticChildCount, DragStartBehavior dragStartBehavior = DragStartBehavior.start})
→ Widget
-
-
xListView({bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, ScrollPhysics physics, bool primary, bool reverse = false, int semanticChildCount, Axis scrollDirection = Axis.vertical, bool shrinkWrap = false})
→ Widget
-
-
xListViewHorizontal({bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, ScrollPhysics physics, bool primary, bool reverse = false, int semanticChildCount, bool shrinkWrap = false})
→ Widget
-
-
xListViewHorizontalClampingScrollPhysics({bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, bool primary, bool reverse = false, int semanticChildCount})
→ Widget
-
-
xListViewHorizontalNeverScrollableScrollPhysics({bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, bool primary, bool reverse = false, int semanticChildCount, ScrollPhysics parent})
→ Widget
-
-
xListViewVertical({bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, ScrollPhysics physics, bool primary, bool reverse = false, int semanticChildCount, bool shrinkWrap = false})
→ Widget
-
-
xListViewVerticalClampingScrollPhysics({bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, bool primary, bool reverse = false, int semanticChildCount})
→ Widget
-
-
xListViewVerticalNeverScrollableScrollPhysics({bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, bool primary, bool reverse = false, int semanticChildCount, ScrollPhysics parent})
→ Widget
-
-
xWrap({Axis direction, WrapAlignment alignment, double spacing, WrapAlignment runAlignment, double runSpacing, WrapCrossAlignment crossAxisAlignment, TextDirection textDirection, VerticalDirection verticalDirection, Key key})
→ Widget
-