VibrationStrength constructor

VibrationStrength({
  1. required int? value,
})

Implementation

VibrationStrength({
  required this.value,
});