Update select_alignment_button.dart

pull/459/head
mark8044 5 years ago committed by GitHub
parent 1ab2fc694a
commit 1dcd1b7f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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();

Loading…
Cancel
Save