menu
gtd_helper package
documentation
helper/custom_ui/gtd_html_view.dart
GtdHtmlView
GtdHtmlView.new const constructor
GtdHtmlView.new const constructor
dark_mode
light_mode
GtdHtmlView
constructor
const
GtdHtmlView
(
{
Key
?
key
,
String
?
htmlString
,
bool
?
shrinkWrap
,
void
onLinkTap
({
Map
<
String
,
String
>
?
attributes
,
String
?
url
,
})?,
})
Implementation
const GtdHtmlView({super.key, this.htmlString, this.shrinkWrap, this.onLinkTap});
gtd_helper package
documentation
helper/custom_ui/gtd_html_view
GtdHtmlView
GtdHtmlView.new const constructor
GtdHtmlView class