Update toolbar.dart

pull/461/head
mark8044 4 years ago committed by GitHub
parent 1242a48c36
commit 24ccce7aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar.dart

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

Loading…
Cancel
Save