appBarCenterTitle property

bool? appBarCenterTitle
final

Whether the AppBar title should be centered.

Overrides the default value of AppBar.centerTitle property in all descendant AppBar widgets. If this property is null, then value is adapted to the current TargetPlatform.

Implementation

final bool? appBarCenterTitle;