showTitleBar property
bool
get
showTitleBar
Implementation
bool get showTitleBar => this._showTitleBar ?? true;
set
showTitleBar
(bool value)
Implementation
set showTitleBar(bool value) {
_showTitleBar = value;
}