OutgoingCallScreen constructor

const OutgoingCallScreen({
  1. Key? key,
  2. required String dialedNumber,
})

Implementation

const OutgoingCallScreen({super.key, required this.dialedNumber});