menu
artisanal package
documentation
widgets.dart
TextSpan
TextSpan.new const constructor
TextSpan.new const constructor
dark_mode
light_mode
TextSpan
constructor
const
TextSpan
(
{
Style
?
style
,
Style
?
selectionHighlightStyle
,
String
?
text
,
List
<
TextSpan
>
children
=
const []
,
})
Implementation
const TextSpan({ this.style, this.selectionHighlightStyle, this.text, this.children = const [], });
artisanal package
documentation
widgets
TextSpan
TextSpan.new const constructor
TextSpan class