CallView constructor

const CallView({
  1. Key? key,
  2. bool enableAITranscriber = false,
  3. bool isPipMode = false,
})

Implementation

const CallView({
  super.key,
  this.enableAITranscriber = false,
  this.isPipMode = false,
});