VoiceStatusBanner constructor

const VoiceStatusBanner({
  1. Key? key,
  2. required VoiceConversationState state,
  3. String? customMessage,
  4. VoidCallback? onDismiss,
})

Implementation

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