'Material Design view - how we call view like this?
What is name of a flutter view, where we have views as below - it mean top half of screen is image with additional info, and bottom half is ListView. When we scroll it, image is minimised or covered by ListView. We can find this views in a lot of apps on both systems (Android and iOS) - for example Contact info or information about album on Spotify
Solution 1:[1]
Finally I found solution: it is SilverAppBar, more information here: https://api.flutter.dev/flutter/material/SliverAppBar-class.html Thank You both Vasily Kabunov and Abhijith for suggestions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | sosnus |


