CallView constructor

const CallView(
  1. Rx<OngoingCall> _call, {
  2. Key? key,
  3. void onMinimized(
    1. bool
    )?,
})

Implementation

const CallView(this._call, {super.key, this.onMinimized});