centerTitle property

bool? centerTitle
final

Whether the title should be centered.

By default this property is true if the current target platform is TargetPlatform.iOS or TargetPlatform.macOS, false otherwise.

Implementation

final bool? centerTitle;