Open gferon opened 2 months ago
Exposes the ScrollViewKeyboardDismissBehavior to be able to use onDrag (which is expected by most iOS users).
onDrag
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.
[x]
flutter test
flutter analyze
Description
Exposes the ScrollViewKeyboardDismissBehavior to be able to use
onDrag
(which is expected by most iOS users).Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.flutter test
pass.flutter analyze
does not report any problems on my PR. (no new lint warnings, only existing ones)