File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/flutter/lib/src/widgets Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -620,6 +620,14 @@ class CustomScrollView extends ScrollView {
620
620
621
621
/// A [ScrollView] that uses a single child layout model.
622
622
///
623
+ /// {@template flutter.widgets.BoxScroll.scrollBehaviour}
624
+ /// [ScrollView] s are often decorated with [Scrollbar] s and overscroll indicators,
625
+ /// which are managed by the inherited [ScrollBehavior] . Placing a
626
+ /// [ScrollConfiguration] above a ScrollView can modify these behaviors for that
627
+ /// ScrollView, or can be managed app-wide by providing a ScrollBehavior to
628
+ /// [MaterialApp.scrollBehavior] or [CupertinoApp.scrollBehavior] .
629
+ /// {@endtemplate}
630
+ ///
623
631
/// See also:
624
632
///
625
633
/// * [ListView] , which is a [BoxScrollView] that uses a linear layout model.
@@ -1012,6 +1020,8 @@ abstract class BoxScrollView extends ScrollView {
1012
1020
/// ** See code in examples/api/lib/widgets/scroll_view/listview_select.1.dart **
1013
1021
/// {@end-tool}
1014
1022
///
1023
+ /// {@macro flutter.widgets.BoxScroll.scrollBehaviour}
1024
+ ///
1015
1025
/// See also:
1016
1026
///
1017
1027
/// * [SingleChildScrollView] , which is a scrollable widget that has a single
You can’t perform that action at this time.
0 commit comments