We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec289e commit 50e4cafCopy full SHA for 50e4caf
lib/text_parser.dart
@@ -988,6 +988,14 @@ class TextParser extends StatelessWidget {
988
return CleanRichText(
989
TextSpan(
990
text: childRichText.text,
991
+ style: childRichText.style,
992
+ recognizer: childRichText.recognizer,
993
+ mouseCursor: childRichText.mouseCursor,
994
+ onEnter: childRichText.onEnter,
995
+ onExit: childRichText.onExit,
996
+ semanticsLabel: childRichText.semanticsLabel,
997
+ locale: childRichText.locale,
998
+ spellOut: childRichText.spellOut,
999
children: [
1000
if (childRichText.children != null)
1001
...childRichText.children!,
0 commit comments