From 904c67e63666a5a88999839433beb48c70dd751e Mon Sep 17 00:00:00 2001 From: singerdmx Date: Wed, 23 Dec 2020 14:57:55 -0800 Subject: [PATCH] Horizontal Line default to invisible in toolbar --- 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 c108a864..6fd35e86 100644 --- a/lib/widgets/toolbar.dart +++ b/lib/widgets/toolbar.dart @@ -574,7 +574,7 @@ class QuillToolbar extends StatefulWidget implements PreferredSizeWidget { bool showCodeBlock = true, bool showQuote = true, bool showLink = true, - bool showHorizontalRule = true, + bool showHorizontalRule = false, UploadFileCallback uploadFileCallback}) { return QuillToolbar(key: key, children: [ Visibility(