showOnNavigationButtons property

bool get showOnNavigationButtons

Implementation

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

Implementation

set showOnNavigationButtons(bool value) => _showOnNavigationButtons = value;