AutoStepLoop constructor

const AutoStepLoop({
  1. int? count,
})

Creates a loop mode.

Implementation

const AutoStepLoop({this.count});