Update select_alignment_button.dart

pull/459/head
mark8044 4 years ago committed by GitHub
parent f3676addc0
commit eb16cdd935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar/select_alignment_button.dart

@ -65,7 +65,7 @@ class _SelectAlignmentButtonState extends State<SelectAlignmentButton> {
final theme = Theme.of(context);
final buttonCount = (widget.showJustifyAlignment? == true) ? 4 : 3;
final buttonCount = (widget.showJustifyAlignment == true) ? 4 : 3;
return Row(
mainAxisSize: MainAxisSize.min,

Loading…
Cancel
Save