NextBackStack constructor
NextBackStack({
- Key? key,
- required NextBackStackController controller,
- required Widget child,
- VoidCallback? onBack,
- bool showHeader = false,
Implementation
NextBackStack(
{super.key,
required this.controller,
required this.child,
this.onBack,
this.showHeader = false});