TextSpan constructor
const
TextSpan({
- TextStyle? style,
- String? text,
- double baseline = 0,
- List<
InlineSpan> ? children, - AnnotationBuilder? annotation,
Implementation
const TextSpan({
TextStyle? style,
this.text,
double baseline = 0,
this.children,
AnnotationBuilder? annotation,
}) : super(style: style, baseline: baseline, annotation: annotation);