You just need to use centerTitle property true to make AppBar Title in Center Position , Like this
AppBar( centerTitle: true, // this is all you need ... )
Let's Flutter
You just need to use centerTitle property true to make AppBar Title in Center Position , Like this
AppBar( centerTitle: true, // this is all you need ... )