dragDevices property

Set<PointerDeviceKind> dragDevices

The device kinds that the scrollable will accept drag gestures from.

By default only PointerDeviceKind.touch, PointerDeviceKind.stylus, and PointerDeviceKind.invertedStylus are configured to create drag gestures. Enabling this for PointerDeviceKind.mouse will make it difficult or impossible to select text in scrollable containers and is not recommended.

Implementation

Set<PointerDeviceKind> get dragDevices => _kTouchLikeDeviceTypes;