showOnNavigationButtons property
bool
get
showOnNavigationButtons
Implementation
bool get showOnNavigationButtons => _enabled && _showOnNavigationButtons;
set
showOnNavigationButtons
()
Implementation
set showOnNavigationButtons(bool value) => _showOnNavigationButtons = value;