VoiceStatusIndicator constructor

const VoiceStatusIndicator({
  1. Key? key,
  2. required VoiceConversationState state,
  3. String? customMessage,
})

Implementation

const VoiceStatusIndicator({
  Key? key,
  required this.state,
  this.customMessage,
}) : super(key: key);