diff --git a/lib/src/widgets/toolbar/select_alignment_button.dart b/lib/src/widgets/toolbar/select_alignment_button.dart index f525ce78..713225ce 100644 --- a/lib/src/widgets/toolbar/select_alignment_button.dart +++ b/lib/src/widgets/toolbar/select_alignment_button.dart @@ -20,7 +20,7 @@ class SelectAlignmentButton extends StatefulWidget { final double iconSize; final QuillIconTheme? iconTheme; - final bool showJustifyAlignment; + final bool? showJustifyAlignment; @override _SelectAlignmentButtonState createState() => _SelectAlignmentButtonState();