https://github.com/AppFlowy-IO/appflowy-board/assets/137309939/4e3211ed-56fa-433b-9e08-f6c216543b34 To reproduce I used the example. Modify the main file like this: ``` body: Row( children: [ Expanded( child: Container( color: Colors.white, child: _examples[_currentIndex])), ], ), ```