TypewriterMarkdown constructor
const
TypewriterMarkdown({
- Key? key,
- required String text,
- required AIChatviewController chatController,
Implementation
const TypewriterMarkdown({
super.key,
required this.text,
required this.chatController,
});