Scaffold( floatingActionButtonLocation: FloatingActionButtonLocation.endTop, floatingActionButton: FloatingActionButton( child: const Icon(Icons.add), onPressed: (){}, ), );