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