AcceptAudioButton constructor

const AcceptAudioButton(
  1. CallController c, {
  2. bool highlight = false,
  3. bool shadows = false,
})

Implementation

const AcceptAudioButton(
  super.c, {
  this.highlight = false,
  this.shadows = false,
});