Answers for "app bar center title flutter"

10

how to center the title of the appbar flutter

AppBar(
  centerTitle: true, // this is all you need
  ...
)
Posted by: Guest on July-21-2020

Code answers related to "app bar center title flutter"

Browse Popular Code Answers by Language