flutter_improved_scrolling icon indicating copy to clipboard operation
flutter_improved_scrolling copied to clipboard

Avoid requesting focus on hover?

Open Zarainia opened this issue 2 years ago • 0 comments

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.

Zarainia avatar Feb 09 '23 14:02 Zarainia