Change baseSpacing for paragraph attribute

pull/33/head
Arjan Aswal 4 years ago committed by GitHub
parent e12c439f14
commit df3fa149ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/widgets/default_styles.dart

@ -135,7 +135,7 @@ class DefaultStyles {
Tuple2(0.0, 0.0),
null),
paragraph: DefaultTextBlockStyle(
baseStyle, baseSpacing, Tuple2(0.0, 0.0), null),
baseStyle, Tuple2(0.0, 0.0), Tuple2(0.0, 0.0), null),
bold: TextStyle(fontWeight: FontWeight.bold),
italic: TextStyle(fontStyle: FontStyle.italic),
underline: TextStyle(decoration: TextDecoration.underline),

Loading…
Cancel
Save