S360fNavigationButtons constructor

const S360fNavigationButtons({
  1. Key? key,
  2. VoidCallback? onBack,
  3. VoidCallback? onNext,
  4. String? backText,
  5. String? nextText,
  6. bool isLastStep = false,
  7. bool isFirstStep = false,
  8. bool isLoading = false,
  9. bool isCalculate = false,
  10. bool isDisablePrev = false,
  11. bool isDisableNext = false,
})

Implementation

const S360fNavigationButtons({
  super.key,
  this.onBack,
  this.onNext,
  this.backText,
  this.nextText,
  this.isLastStep = false,
  this.isFirstStep = false,
  this.isLoading = false,
  this.isCalculate = false,
  this.isDisablePrev = false,
  this.isDisableNext = false,
});