hideTopAppNavBar property
set
hideTopAppNavBar
( )
Whether to hide the top app navigation bar.
Defaults to false.
Implementation
set hideTopAppNavBar(bool value) => _hideTopAppNavBar = value;
Whether to hide the top app navigation bar.
Defaults to false.
set hideTopAppNavBar(bool value) => _hideTopAppNavBar = value;