File tree 1 file changed +0
-6
lines changed
packages/flutter_markdown/lib/src 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -413,9 +413,6 @@ class MarkdownBody extends MarkdownWidget {
413
413
required super .data,
414
414
super .selectable,
415
415
super .styleSheet,
416
- // TODO(stuartmorgan): Remove this once 3.0 is no longer part of the
417
- // legacy analysis matrix; it's a false positive there.
418
- // ignore: avoid_init_to_null
419
416
super .styleSheetTheme = null ,
420
417
super .syntaxHighlighter,
421
418
super .onTapLink,
@@ -470,9 +467,6 @@ class Markdown extends MarkdownWidget {
470
467
required super .data,
471
468
super .selectable,
472
469
super .styleSheet,
473
- // TODO(stuartmorgan): Remove this once 3.0 is no longer part of the
474
- // legacy analysis matrix; it's a false positive there.
475
- // ignore: avoid_init_to_null
476
470
super .styleSheetTheme = null ,
477
471
super .syntaxHighlighter,
478
472
super .onTapLink,
You can’t perform that action at this time.
0 commit comments