|
|
|
@ -60,7 +60,6 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { |
|
|
|
|
const QuillToolbar({ |
|
|
|
|
required this.children, |
|
|
|
|
this.toolBarHeight = 36, |
|
|
|
|
this.toolBarSectionSpacing = 4, |
|
|
|
|
this.color, |
|
|
|
|
this.filePickImpl, |
|
|
|
|
this.multiRowsDisplay, |
|
|
|
@ -443,8 +442,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { |
|
|
|
|
? Wrap( |
|
|
|
|
alignment: WrapAlignment.center, |
|
|
|
|
runSpacing: 4, |
|
|
|
|
spacing:_toolBarSectionSpacing, |
|
|
|
|
//spacing: _toolBarSectionSpacing, |
|
|
|
|
spacing: _toolBarSectionSpacing, |
|
|
|
|
children: children, |
|
|
|
|
) |
|
|
|
|
: Container( |
|
|
|
|