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 77aece6 commit 63f0004Copy full SHA for 63f0004
lib/text_parser.dart
@@ -750,7 +750,7 @@ class TextParser extends StatelessWidget {
750
children: <Widget>[
751
SizedBox(
752
width: fontSize,
753
- child: Text(bulletPoint, style: nextContext.textStyle),
+ child: Text(bulletPoint, style: parseContext.textStyle),
754
),
755
Flexible(child: e),
756
],
@@ -782,7 +782,7 @@ class TextParser extends StatelessWidget {
782
783
784
width: olWidth,
785
- child: Text('${entry++}.', style: nextContext.textStyle),
+ child: Text('${entry++}.', style: parseContext.textStyle),
786
787
788
0 commit comments