VoiceStatusIndicator constructor
const
VoiceStatusIndicator({
- Key? key,
- required VoiceConversationState state,
- String? customMessage,
Implementation
const VoiceStatusIndicator({
Key? key,
required this.state,
this.customMessage,
}) : super(key: key);