From daab33cdfcc9a8e836fdf6a58f746074f1b5e326 Mon Sep 17 00:00:00 2001 From: tanay Date: Sat, 6 Mar 2021 20:05:27 -0500 Subject: [PATCH] Fix lists not rendering correctly --- lib/style.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/style.dart b/lib/style.dart index 2f889cc477..241ab610a4 100644 --- a/lib/style.dart +++ b/lib/style.dart @@ -189,7 +189,7 @@ class Style { this.lineHeight, this.letterSpacing, this.listStyleType, - this.listStylePosition, + this.listStylePosition = ListStylePosition.OUTSIDE, this.padding, this.margin, this.textAlign,