VoiceHeader constructor
const
VoiceHeader({
- Key? key,
- required bool voiceonly,
- required bool isStartTimer,
- required double height,
- required String? remoteIdentity,
- required String? direction,
- required String? txtDirection,
- TextStyle? titleTextStyle,
- TextStyle? timerTextStyle,
- TextStyle? directionTextStyle,
- required String txtTimer,
- required String txtWaiting,
Implementation
const VoiceHeader({
Key? key,
required this.voiceonly,
required this.isStartTimer,
required this.height,
required this.remoteIdentity,
required this.direction,
required this.txtDirection,
this.titleTextStyle,
this.timerTextStyle,
this.directionTextStyle,
required this.txtTimer,
required this.txtWaiting,
}) : super(key: key);