flutter_collapsible_sidebar
flutter_collapsible_sidebar copied to clipboard
Enable tooltips on collapsed items
Allowing a simple mouse-over in flutter-web will enable us to see what an item means without performing a full expand/collapse. I have implemented this in my suggested PR at https://github.com/DrunkOnBytes/flutter_collapsible_sidebar/pull/57. The new example app (example_tooltip) also shows this in action.