Update toolbar.dart

pull/462/head
mark8044 4 years ago committed by GitHub
parent 21eb5bba56
commit 0227cfdae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar.dart

@ -439,7 +439,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
@override
Size get preferredSize => Size.fromHeight(toolBarHeight);
Size get toolBarIconAlignment2 => toolBarIconAlignment;
ToolbarAlignment get toolBarIconAlignment2 => toolBarIconAlignment;
@override
Widget build(BuildContext context) {

Loading…
Cancel
Save