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