menu
fluent_bundle package
documentation
syntax.dart
TextElement
TextElement.new const constructor
TextElement.new const constructor
dark_mode
light_mode
TextElement
constructor
const
TextElement
(
String
value
, {
Span
?
span
,
})
Wraps the literal text
value
.
Implementation
const TextElement(this.value, {this.span});
fluent_bundle package
documentation
syntax
TextElement
TextElement.new const constructor
TextElement class