flutter_improved_scrolling
flutter_improved_scrolling copied to clipboard
Avoid requesting focus on hover?
Is it possible not to request focus on hover over the scrollable widget? There are many scenarios where you have a part of the screen be scrollable and a widget in another part of the screen (eg., text input) where you want to keep focus.