ArcaneHaptics constructor
const
ArcaneHaptics({
- bool enabled = true,
- HapticsType? viewChangeType = HapticsType.medium,
- HapticsType? actionType = HapticsType.heavy,
- HapticsType? selectType = HapticsType.light,
- 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,
});