AnimatedMarkdownViewer constructor
const
AnimatedMarkdownViewer({})
Implementation
const AnimatedMarkdownViewer({
super.key,
required this.content,
required this.spec,
required super.duration,
super.curve = Curves.linear,
});