FooterData constructor

FooterData({
  1. Widget? footerOverride,
  2. void onTap()?,
  3. Widget? buttonChild,
  4. int activeStep = 1,
  5. int stepCount = 1,
  6. double? percent,
})

Implementation

FooterData({
  this.footerOverride,
  this.onTap,
  this.buttonChild,
  this.activeStep = 1,
  this.stepCount = 1,
  this.percent,
});