AttributedText constructor
AttributedText([
- String? text,
- AttributedSpans? spans
Implementation
AttributedText([
String? text,
AttributedSpans? spans,
]) : text = text ?? "",
spans = spans ?? AttributedSpans();