diff --git a/lib/src/widgets/toolbar/select_alignment_button.dart b/lib/src/widgets/toolbar/select_alignment_button.dart index cd9ed52a..2da05149 100644 --- a/lib/src/widgets/toolbar/select_alignment_button.dart +++ b/lib/src/widgets/toolbar/select_alignment_button.dart @@ -65,7 +65,7 @@ class _SelectAlignmentButtonState extends State { final theme = Theme.of(context); - final buttonCount = (widget.showJustifyAlignment? == true) ? 4 : 3; + final buttonCount = (widget.showJustifyAlignment == true) ? 4 : 3; return Row( mainAxisSize: MainAxisSize.min,