setNavBarLabelBehavior method
void
setNavBarLabelBehavior(
Implementation
void setNavBarLabelBehavior(NavigationDestinationLabelBehavior value, [bool notify = true]) {
if (value == _navBarLabelBehavior) return;
_navBarLabelBehavior = value;
if (notify) notifyListeners();
unawaited(_themeService.save(Store.keyNavBarLabelBehavior, value));
}