Ci360State constructor

Ci360State(
  1. bool loading,
  2. Ci360Options options,
  3. VoidCallback onResetTimer,
  4. VoidCallback onResumeTimer,
  5. dynamic changeMode(
    1. CIImageChangedReason
    ),
  6. dynamic onRotateImage(
    1. int index,
    2. Axis axis
    ),
)

Implementation

Ci360State(
  this.loading,
  this.options,
  this.onResetTimer,
  this.onResumeTimer,
  this.changeMode,
  this.onRotateImage,
);