|
|
|
@ -446,13 +446,13 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { |
|
|
|
|
initialLocale: locale, |
|
|
|
|
child: multiRowsDisplay ?? true |
|
|
|
|
? Wrap( |
|
|
|
|
alignment: |
|
|
|
|
(toolBarIconAlignment==ToolbarAlignment.start) |
|
|
|
|
alignment: (toolBarIconAlignment == ToolbarAlignment.start) |
|
|
|
|
? WrapAlignment.start |
|
|
|
|
: (toolBarIconAlignment == ToolbarAlignment.center) |
|
|
|
|
? WrapAlignment.center |
|
|
|
|
: (toolBarIconAlignment == ToolbarAlignment.end) |
|
|
|
|
? WrapAlignment.end : WrapAlignment.center, |
|
|
|
|
? WrapAlignment.end |
|
|
|
|
: WrapAlignment.center, |
|
|
|
|
runSpacing: 4, |
|
|
|
|
spacing: toolBarSectionSpacing ?? 4, |
|
|
|
|
children: children, |
|
|
|
|