menu
trad package
documentation
widgets.dart
Text
Text.new const constructor
Text.new const constructor
dark_mode
light_mode
Text
constructor
const
Text
(
String
text
, {
String
?
key
,
String
?
style
,
bool
?
isHtml
,
})
Implementation
const Text( this.text, { this.key, this.style, this.isHtml, });
trad package
documentation
widgets
Text
Text.new const constructor
Text class