Change baseSpacing for paragraph attribute

pull/31/head
Arjan Aswal 4 years ago committed by singerdmx
parent 066f4d29fc
commit fffc4dba63
  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