showTitleBar property

bool showTitleBar

Implementation

bool get showTitleBar => this._showTitleBar ?? true;
void showTitleBar=(bool value)

Implementation

set showTitleBar(bool value) {
  _showTitleBar = value;
}