centerTitle property

bool centerTitle
final

Whether to center the PanelHeaderWidget.headerContent.

This option is kept, because if you use Center widget in PanelHeaderWidget.headerContent, it will not work (as Center takes the whole available space).

Default : false

Implementation

final bool centerTitle;