menu
jaspr package
documentation
ui.dart
TextSpan
TextSpan const constructor
TextSpan const constructor
dark_mode
light_mode
TextSpan
constructor
const
TextSpan
(
{
Key
?
key
,
required
String
text
,
bool
breakLine
=
false
,
bool
newLine
=
false
,
})
Implementation
const TextSpan({ super.key, required this.text, this.breakLine = false, this.newLine = false, });
jaspr package
documentation
ui
TextSpan
TextSpan const constructor
TextSpan class