ArcaneHaptics constructor

const ArcaneHaptics({
  1. bool enabled = true,
  2. HapticsType? viewChangeType = HapticsType.medium,
  3. HapticsType? actionType = HapticsType.heavy,
  4. HapticsType? selectType = HapticsType.light,
  5. HapticsType? buttonType = HapticsType.medium,
})

Implementation

const ArcaneHaptics({
  this.enabled = true,
  this.viewChangeType = HapticsType.medium,
  this.actionType = HapticsType.heavy,
  this.selectType = HapticsType.light,
  this.buttonType = HapticsType.medium,
});