79464502

Date: 2025-02-24 18:29:01
Score: 1
Natty:
Report link

Centering the title is the default on iOS. On Android, the AppBar's title defaults to left-aligned, but you can override it by passing centerTitle: true as an argument to the AppBar constructor.

AppBar(
  centerTitle: true, // this is all you need
  ...
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: staxhinho