Update toolbar.dart

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

@ -417,7 +417,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
final List<Widget> children;
final double toolBarHeight;
final double? toolBarSectionSpacing;
final toolBarIconAlignment? toolBarIconAlignment;
final ToolbarAlignment? toolBarIconAlignment;
final bool? multiRowsDisplay;
/// The color of the toolbar.

Loading…
Cancel
Save