set image in mid of staring and center in appbar in flutter code example
Example: how to center the title of the appbar flutter
AppBar(
centerTitle: true, // this is all you need
...
)
AppBar(
centerTitle: true, // this is all you need
...
)