menu
cubos_widgets package
documentation
html_widget.dart
HtmlWidget
HtmlWidget.new const constructor
HtmlWidget.new const constructor
dark_mode
light_mode
HtmlWidget
constructor
const
HtmlWidget
(
{
Key
?
key
,
required
String
data
,
required
TextStyle
textStyle
,
})
Implementation
const HtmlWidget({ Key? key, required this.data, required this.textStyle, }) : super(key: key);
cubos_widgets package
documentation
html_widget
HtmlWidget
HtmlWidget.new const constructor
HtmlWidget class