AcceptAudioButton constructor
- CallController c, {
- bool highlight = false,
- bool shadows = false,
Implementation
const AcceptAudioButton(
super.c, {
this.highlight = false,
this.shadows = false,
});
const AcceptAudioButton(
super.c, {
this.highlight = false,
this.shadows = false,
});