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,