menu
haivaagent package
documentation
widget/selecthtml.dart
HtmlTextHandle
HtmlTextHandle.new const constructor
HtmlTextHandle.new const constructor
dark_mode
light_mode
HtmlTextHandle
constructor
const
HtmlTextHandle
(
{
Key
?
key
,
required
String
data
,
})
Implementation
const HtmlTextHandle({Key? key, required this.data}) : super(key: key);
haivaagent package
documentation
widget/selecthtml
HtmlTextHandle
HtmlTextHandle.new const constructor
HtmlTextHandle class