Any idea to create a page with a floating button with Container, ListView using SilverAppBar in Flutter?
I follow this step How can I put a card into a sliver app bar? it works but cannot add Container below.
NestedScrollView solved my problem.