How can place scaffold and AppBar side by side on flutter ?
something like this :
+-----------+ +--------------------+
| | | Appbar |
| | +--------------------+
| |
| Drawer |
| |
| |
| |
+-----------+
NOTE : with Drawer collapse button on AppBar .
I can not found any documentation or any example code for this .
UPDATE like this : (note: this is html & css)
Drawer menu (side by side)
2
Answers
Try below code refer
drawer
Result with Not click menu button-
Result with click menu button (Colapse drawer)-
You can play with this widget where red container will be your Drawer. You can use differernt animation with AnimatedBuilder if neeeded.