StepProperties constructor

const StepProperties({
  1. required StepSize size,
  2. required List<Step> steps,
  3. required ValueListenable<StepperValue> state,
  4. required Axis direction,
})

Implementation

const StepProperties({
  required this.size,
  required this.steps,
  required this.state,
  required this.direction,
});