Tweaks constructor

const Tweaks({
  1. String? sound,
})

Implementation

const Tweaks({
  this.sound,
});