CallPageWidget constructor
CallPageWidget({
- Key? key,
- bool receivedBackground = false,
- required PitelCallStateEnum callState,
- required dynamic onCallState(),
- required String txtMute,
- required String txtUnMute,
- required String txtSpeaker,
- required String txtOutgoing,
- required String txtIncoming,
- required String txtTimer,
- required String txtWaiting,
- TextStyle? textStyle,
- TextStyle? titleTextStyle,
- TextStyle? timerTextStyle,
- TextStyle? directionTextStyle,
Implementation
CallPageWidget({
Key? key,
this.receivedBackground = false,
required this.callState,
required this.onCallState,
required this.txtMute,
required this.txtUnMute,
required this.txtSpeaker,
required this.txtOutgoing,
required this.txtIncoming,
required this.txtTimer,
required this.txtWaiting,
this.textStyle,
this.titleTextStyle,
this.timerTextStyle,
this.directionTextStyle,
}) : super(key: key);