CallSettingsView constructor

const CallSettingsView(
  1. Rx<OngoingCall> _call, {
  2. Key? key,
})

Implementation

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