menu
gp_design package
documentation
html.dart
GpHtmlView
GpHtmlView.new const constructor
GpHtmlView.new const constructor
dark_mode
light_mode
GpHtmlView
constructor
const
GpHtmlView
(
{
Key
?
key
,
required
String
html
,
bool
onTapLink
(
String
url
)?,
})
Implementation
const GpHtmlView({super.key, required this.html, this.onTapLink});
gp_design package
documentation
html
GpHtmlView
GpHtmlView.new const constructor
GpHtmlView class