VWizardStyle constructor

const VWizardStyle({
  1. Color? defaultBackgroundColor,
  2. Color? inProgressColor,
  3. Color? successColor,
  4. Color? incompleteColor,
  5. TextStyle? numberTextStyle,
  6. double? borderRadius,
  7. Color? errorIconColor,
  8. Color? errorIconBgColor,
})

Implementation

const VWizardStyle({
  this.defaultBackgroundColor,
  this.inProgressColor,
  this.successColor,
  this.incompleteColor,
  this.numberTextStyle,
  this.borderRadius,
  this.errorIconColor,
  this.errorIconBgColor,
});