NapaTextSpan constructor

NapaTextSpan({
  1. String? text,
  2. NapaTextStyle? style,
  3. String? semanticsLabel,
  4. List<NapaTextSpan>? children,
})

Implementation

NapaTextSpan({this.text, this.style, this.semanticsLabel, this.children});