How to fix an app bar that is not center in flutter How to fix an app bar that is not center in flutter dart dart

How to fix an app bar that is not center in flutter


  mainAxisSize: MainAxisSize.min,

You need this inside your Row widget and it'll be centered perfectly.

enter image description here