To make it easier for users to view a list of items, you might want to minimize the app bar as the user scrolls down the list 👇 This recipe demonstrates how to use a CustomScrollView to do just that: goo.gle/3JbVq17
1
15
174
13K
57
@FlutterDev Great tip for UI/UX. Keeps the app bar out of the way while scrolling.