span property

Implementation

NikuTextSpan get span => NikuTextSpan(
      text,
      key: key,
      style: style,
      semanticsLabel: semanticsLabel,
      locale: locale,
    );