Skip to content

Commit daab33c

Browse files
committed
Fix lists not rendering correctly
1 parent cab3533 commit daab33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/style.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class Style {
189189
this.lineHeight,
190190
this.letterSpacing,
191191
this.listStyleType,
192-
this.listStylePosition,
192+
this.listStylePosition = ListStylePosition.OUTSIDE,
193193
this.padding,
194194
this.margin,
195195
this.textAlign,

0 commit comments

Comments
 (0)