menu
tex_markdown package
documentation
md_widget.dart
MdWidget
MdWidget.new const constructor
MdWidget.new const constructor
dark_mode
light_mode
MdWidget
constructor
const
MdWidget
(
String
exp
, {
Key
?
key
,
TextStyle
?
style
,
void
onLinkTab
(
String
url
,
String
title
)?,
bool
followLinkColor
=
false
,
})
Implementation
const MdWidget(this.exp, {super.key, this.style, this.onLinkTab, this.followLinkColor = false});
tex_markdown package
documentation
md_widget
MdWidget
MdWidget.new const constructor
MdWidget class