File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/flutter/lib/src/widgets Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,11 @@ class ScrollBehavior {
112
112
113
113
/// The device kinds that the scrollable will accept drag gestures from.
114
114
///
115
- /// By default only [PointerDeviceKind.touch] , [PointerDeviceKind.stylus] , and
116
- /// [PointerDeviceKind.invertedStylus] are configured to create drag gestures.
117
- /// Enabling this for [PointerDeviceKind.mouse] will make it difficult or
118
- /// impossible to select text in scrollable containers and is not recommended.
115
+ /// By default only [PointerDeviceKind.touch] , [PointerDeviceKind.stylus] ,
116
+ /// [PointerDeviceKind.invertedStylus] , and [PointerDeviceKind.trackpad]
117
+ /// are configured to create drag gestures. Enabling this for
118
+ /// [PointerDeviceKind.mouse] will make it difficult or impossible to select
119
+ /// text in scrollable containers and is not recommended.
119
120
Set <PointerDeviceKind > get dragDevices => _kTouchLikeDeviceTypes;
120
121
121
122
/// {@macro flutter.gestures.monodrag.DragGestureRecognizer.multitouchDragStrategy}
You can’t perform that action at this time.
0 commit comments