StepsTheme constructor

const StepsTheme({
  1. double? indicatorSize,
  2. double? spacing,
  3. Color? indicatorColor,
  4. double? connectorThickness,
})

Implementation

const StepsTheme({
  this.indicatorSize,
  this.spacing,
  this.indicatorColor,
  this.connectorThickness,
});