centerTitle property

bool? get centerTitle

Overrides the default value of AppBar.centerTitle property in all descendant AppBar widgets.

Implementation

bool? get centerTitle => _data != null ? _data.centerTitle : _centerTitle;