flutter_floating_bottom_bar library
Classes
- BottomBar
- A floating bottom navigation bar that hides on scroll up and down on the page, with powerful options for controlling the look and feel.
- BottomBarScrollControllerProvider
-
Scroll Controller provider for the
child
widget.
Typedefs
- BackToTopIconBuilder = Widget Function(double width, double height)
-
width
&height
can be used to animate the size of the back to top icon. You can also not use them to keep your icon a constant size.