appbar center text code example Example: how to center the title of the appbar flutter Click to copyAppBar( centerTitle: true, // this is all you need ... )