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
,
String
?
text
,
List
<
TextSpan
>
children
=
const []
,
})
Implementation
const TextSpan({this.style, this.text, this.children = const []});
artisanal package
documentation
widgets
TextSpan
TextSpan.new const constructor
TextSpan class