ajomuch92/flutter-scrolling-fab-animated

Scroll collapse/expand inverted

Closed this issue · 3 comments

Previous version showed fab expanded by default and after user scrolls down the button collapsed. Now it’s inverted, button shows up collapsed and after user scrolls down it gets expanded. This is not a proper behavior, when user scrolls down button should collapse in order to give more viewable space for the screen content. Maybe in some cases this inverted behavior could be the expected one, anyway this should be property of the button, something like inverted: true|false to let the dev to choose the behavior.

Thanks for noticing this bad behavior. I will fix it and add a new version

Good thanks

A new version was release with your observations. Thanks for your help @luis901101