Horizontal Line default to invisible in toolbar

pull/13/head
singerdmx 4 years ago
parent 37d7d85abd
commit 904c67e636
  1. 2
      lib/widgets/toolbar.dart

@ -574,7 +574,7 @@ class QuillToolbar extends StatefulWidget implements PreferredSizeWidget {
bool showCodeBlock = true, bool showCodeBlock = true,
bool showQuote = true, bool showQuote = true,
bool showLink = true, bool showLink = true,
bool showHorizontalRule = true, bool showHorizontalRule = false,
UploadFileCallback uploadFileCallback}) { UploadFileCallback uploadFileCallback}) {
return QuillToolbar(key: key, children: [ return QuillToolbar(key: key, children: [
Visibility( Visibility(

Loading…
Cancel
Save