Scaffold( bottomNavigationBar: BottomAppBar( color: Colors.white, child: Container( child: Text('BottomAppBar'), ), ), floatingActionButton: FloatingActionButton(onPressed: null), );