VoiceTranscriptBubble constructor
const
VoiceTranscriptBubble({})
Implementation
const VoiceTranscriptBubble({
Key? key,
required this.transcript,
this.isFinal = false,
this.isUser = true,
}) : super(key: key);