SliderFlowTheme constructor

const SliderFlowTheme({
  1. Color? activeItemColor,
  2. Color? inactiveItemColor,
  3. double? borderRadius,
  4. Color? verticalLineColor,
  5. double? verticalLineWidth,
  6. TextStyle? labelTextStyle,
  7. TextStyle? itemTextStyle,
})

Implementation

const SliderFlowTheme({
  this.activeItemColor,
  this.inactiveItemColor,
  this.borderRadius,
  this.verticalLineColor,
  this.verticalLineWidth,
  this.labelTextStyle,
  this.itemTextStyle,
});