menu
ym_flutter_widget package
documentation
widgets/Html/ym_html.dart
YmHtml
YmHtml constructor
YmHtml constructor
dark_mode
light_mode
YmHtml
constructor
YmHtml
(
String
html
,
double
width
, {
Color
textColor
=
const Color(0xff666666)
,
})
Implementation
YmHtml(this.html, this.width,{ this.textColor = const Color(0xff666666), });
ym_flutter_widget package
documentation
widgets/Html/ym_html
YmHtml
YmHtml constructor
YmHtml class