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 a733289 commit ee3eb73Copy full SHA for ee3eb73
lib/html_parser.dart
@@ -347,8 +347,6 @@ class HtmlParser extends StatelessWidget {
347
childSpan.style == null
348
? childStyle
349
: childStyle.merge(childSpan.style)),
350
- // style: (childSpan.style ?? TextStyle())
351
- // .merge(newContext.style.generateTextStyle()),
352
semanticsLabel: childSpan.semanticsLabel,
353
recognizer: TapGestureRecognizer()
354
..onTap = () => onLinkTap?.call(tree.href),
0 commit comments