AhapEvent constructor
AhapEvent({
- required double time,
- required double duration,
- required double sharpness,
- required double intensity,
- AhapEventType type = AhapEventType.hapticEvent,
- AhapParameterType? parameterType,
Implementation
AhapEvent({
required this.time,
required this.duration,
required this.sharpness,
required this.intensity,
this.type = AhapEventType.hapticEvent,
this.parameterType,
});