menu
flint_dart package
documentation
ui.dart
FlintRawHtml
FlintRawHtml.new const constructor
FlintRawHtml.new const constructor
dark_mode
light_mode
FlintRawHtml
constructor
const
FlintRawHtml
(
String
value
, {
bool
trusted
=
true
,
})
Creates a raw HTML node.
Implementation
const FlintRawHtml(this.value, {this.trusted = true});
flint_dart package
documentation
ui
FlintRawHtml
FlintRawHtml.new const constructor
FlintRawHtml class