Vibration constructor

Vibration({
  1. bool enabled = false,
})

Implementation

Vibration({
  this.enabled = false,
});