ExampleStateMachine constructor

ExampleStateMachine({
  1. Key? key,
  2. Function? onPause,
  3. Function? onPrev,
  4. Function? onNext,
})

Implementation

ExampleStateMachine({Key? key, this.onPause, this.onPrev, this.onNext, }) : super(key: key);