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