We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50e879 commit 3ad12e2Copy full SHA for 3ad12e2
lib/src/code_field/code_field.dart
@@ -406,6 +406,7 @@ class _CodeFieldState extends State<CodeField> {
406
final defaultTextStyle = TextStyle(
407
color: styles?[rootKey]?.color ?? DefaultStyles.textColor,
408
fontSize: themeData.textTheme.titleMedium?.fontSize,
409
+ height: themeData.textTheme.titleMedium?.height,
410
);
411
412
textStyle = defaultTextStyle.merge(widget.textStyle);
0 commit comments