In Flutter, we recommend using an AppBar with an appropriate title on each screen.
AppBar
title
Scaffold( appBar: AppBar( title: const Text('Appt homescreen'), ), body: ... );