Skip to content

Commit cbeb74a

Browse files
chrisbobbegnprice
authored andcommitted
content: Give ContentTheme.textStylePlainParagraph a debugLabel
1 parent 8669c4a commit cbeb74a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/widgets/content.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import 'text.dart';
3434
class ContentTheme extends ThemeExtension<ContentTheme> {
3535
ContentTheme() :
3636
textStylePlainParagraph = TextStyle(
37+
debugLabel: 'ContentTheme.textStylePlainParagraph',
38+
3739
color: const HSLColor.fromAHSL(1, 0, 0, 0.15).toColor(),
3840
fontSize: kBaseFontSize,
3941
height: (22 / kBaseFontSize),

0 commit comments

Comments
 (0)