fix check list button

pull/13/head
li3317 4 years ago
parent 189d3a60ed
commit 84114257fb
  1. 2
      lib/widgets/toolbar.dart

@ -921,7 +921,7 @@ class QuillToolbar extends StatefulWidget implements PreferredSizeWidget {
), ),
), ),
Visibility( Visibility(
visible: showListBullets, visible: showListCheck,
child: ToggleCheckListButton( child: ToggleCheckListButton(
attribute: Attribute.unchecked, attribute: Attribute.unchecked,
controller: controller, controller: controller,

Loading…
Cancel
Save