BackNavigationHelpHeaderWidget constructor
const
BackNavigationHelpHeaderWidget({
- Key? key,
- bool showHelp = false,
- bool showLogoutCTA = false,
- VoidCallback? helpClicked,
- VoidCallback? handleBack,
Implementation
const BackNavigationHelpHeaderWidget({
super.key,
this.showHelp = false, //hiding help
this.showBackNavigation = true,
this.showLogoutCTA = false,
this.helpClicked,
this.handleBack,
});