I'm working on an app, that uses a Master-Detail-Layout
.
So far I'm using two Scaffolds
in an Row
. The left side of the layout is wrapped in a Scaffold
and the right side is also wrapped in a Scaffold
. But it's probably not the best solution.
If I'm opening the SideDrawer
with this solution (using two Scaffolds
), only the left part gets greyed out and the right part stays clear....
Are there other options to get this Appbar
or to achieve that FloatingActionButton
or BottomNavigationSheet
are only on the left side?
Or should I continue using two Scaffolds
?