EnabledOverlays constructor

const EnabledOverlays({
  1. bool volume = true,
  2. bool brightness = true,
})

Implementation

const EnabledOverlays({
  this.volume = true,
  this.brightness = true,
});