menu
jbdev package
documentation
ui/widget/jb_text.dart
JBText
JBText.new const constructor
JBText.new const constructor
dark_mode
light_mode
JBText
constructor
const
JBText
(
String
text
, {
Key
?
key
,
TextStyle
?
style
,
TextAlign
?
textAlign
,
void
onTap
(
String
?
text
)?,
})
Implementation
const JBText( this.text, { super.key, this.style, this.textAlign, this.onTap, });
jbdev package
documentation
ui/widget/jb_text
JBText
JBText.new const constructor
JBText class