GeneratorInstallationButtons constructor
- Key? key,
- required bool showPrevious,
- required bool showNext,
- VoidCallback? onBackPressed,
- Widget? previousLabel,
- required VoidCallback? onNextPressed,
- VoidCallback? onDisabledNextPressed,
- Widget? nextLabel,
- bool nextAsOutlined = false,
Implementation
const GeneratorInstallationButtons({
super.key,
required this.showPrevious,
required this.showNext,
this.onBackPressed,
this.previousLabel,
required this.onNextPressed,
this.onDisabledNextPressed,
this.nextLabel,
this.nextAsOutlined = false,
});