AcceptVideoButton constructor

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

Implementation

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