From 665da6a89c8ffe1a48f964065287a7d1afce4610 Mon Sep 17 00:00:00 2001 From: li3317 Date: Fri, 25 Dec 2020 14:00:19 -0500 Subject: [PATCH] small fix --- lib/widgets/toolbar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/toolbar.dart b/lib/widgets/toolbar.dart index 8529a04d..e72778dc 100644 --- a/lib/widgets/toolbar.dart +++ b/lib/widgets/toolbar.dart @@ -682,7 +682,7 @@ class QuillToolbar extends StatefulWidget implements PreferredSizeWidget { bool showListBullets = true, bool showCodeBlock = true, bool showQuote = true, - bool showIndent, + bool showIndent = true, bool showLink = true, bool showHistory = true, bool showHorizontalRule = false,