centerTitle property
Overrides the default value of AppBar.centerTitle property in all descendant AppBar widgets.
Implementation
bool? get centerTitle => _data != null ? _data.centerTitle : _centerTitle;
Overrides the default value of AppBar.centerTitle property in all descendant AppBar widgets.
bool? get centerTitle => _data != null ? _data.centerTitle : _centerTitle;