menu
sunny_essentials package
documentation
text/text_widgets.dart
PrimaryText
PrimaryText const constructor
PrimaryText const constructor
dark_mode
light_mode
PrimaryText
constructor
const
PrimaryText
(
String
text
, {
String
?
label
,
TextAlign
?
textAlign
,
bool
nowrap
=
false
,
})
Implementation
const PrimaryText(this.text, {this.label, this.textAlign, this.nowrap = false});
sunny_essentials package
documentation
text/text_widgets
PrimaryText
PrimaryText const constructor
PrimaryText class