menu
nezha_ui package
documentation
components/text.dart
NZText
NZText.new const constructor
NZText.new const constructor
dark_mode
light_mode
NZText
constructor
const
NZText
(
String
data
, {
Key
?
key
,
TextStyle
?
style
,
TextAlign
?
textAlign
,
TextOverflow
?
overflow
,
int
?
maxLines
,
})
Implementation
const NZText( this.data, { super.key, this.style, this.textAlign, this.overflow, this.maxLines, });
nezha_ui package
documentation
components/text
NZText
NZText.new const constructor
NZText class