menu
liwe3 package
documentation
components/markdown.dart
MarkdownView
MarkdownView.new const constructor
MarkdownView.new const constructor
dark_mode
light_mode
MarkdownView
constructor
const
MarkdownView
(
{
Key
?
key
,
required
String
text
,
double
fontSize
=
20.0
,
})
Implementation
const MarkdownView({ super.key, required this.text, this.fontSize = 20.0, // set a default value });
liwe3 package
documentation
components/markdown
MarkdownView
MarkdownView.new const constructor
MarkdownView class