showAppBar property

ValueNotifier<bool> showAppBar
getter/setter pair

Implementation

ValueNotifier<bool> showAppBar = ValueNotifier(true);