Tag: CustomScrollView
4 Steps to Hide FloatingActionButton on Scroll Flutter
Hide FloatingActionButton - The FloatingActionButton is a widget in Flutter that is designed based on the material design pattern. As its name suggests, the widget… Read more »
How to Create a Bottom NavigationBar in Flutter
Bottom NavigationBar in Flutter - Tabs on the BottomNavigationBar reflect app screens or routes. The active tab is highlighted, and tapping any tab switches screens.… Read more »
How to Use SliverAppBar in Flutter
flexible and collapsible app bar that can be used in a CustomScrollView, SliverAppBar in Flutter is a widget in Flutter. As the user navigates a… Read more »