Change the icon of BackButon() in my appbar appBar: AppBar( leading: BackButton( onPressed: () { Get.off(exercisePage()); }, ),