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 ba829f4 commit 102a4a5Copy full SHA for 102a4a5
lib/src/code_field/code_field.dart
@@ -417,6 +417,7 @@ class _CodeFieldState extends State<CodeField> {
417
final defaultTextStyle = TextStyle(
418
color: styles?[rootKey]?.color ?? DefaultStyles.textColor,
419
fontSize: themeData.textTheme.titleMedium?.fontSize,
420
+ height: themeData.textTheme.titleMedium?.height,
421
);
422
423
textStyle = defaultTextStyle.merge(widget.textStyle);
0 commit comments