AnimatedTextMessage constructor
const
AnimatedTextMessage({})
Implementation
const AnimatedTextMessage({
super.key,
required this.text,
this.style,
this.animate = false,
required this.isUser,
this.isStreaming = false,
this.textBuilder,
});