ZeroStepStyle constructor

const ZeroStepStyle({
  1. Color? inactiveColor,
  2. Color? activeColor,
  3. Color? errorColor,
  4. Color? iconColor,
  5. TextStyle? indexTextStyle,
  6. TextStyle? titleTextStyle,
  7. TextStyle? subtitleTextStyle,
  8. TextStyle? contentTextStyle,
  9. TextStyle? labelTextStyle,
})

Implementation

const ZeroStepStyle({
  this.inactiveColor,
  this.activeColor,
  this.errorColor,
  this.iconColor,
  this.indexTextStyle,
  this.titleTextStyle,
  this.subtitleTextStyle,
  this.contentTextStyle,
  this.labelTextStyle,
});