|
|
@ -447,7 +447,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { |
|
|
|
child: multiRowsDisplay ?? true |
|
|
|
child: multiRowsDisplay ?? true |
|
|
|
? Wrap( |
|
|
|
? Wrap( |
|
|
|
alignment: |
|
|
|
alignment: |
|
|
|
toolBarIconAlignment ?? WrapAlignment.center, |
|
|
|
(toolBarIconAlignment) ? WrapAlignment.center : WrapAlignment.right, |
|
|
|
// (toolBarIconAlignment==ToolbarAlignment.left) |
|
|
|
// (toolBarIconAlignment==ToolbarAlignment.left) |
|
|
|
// ? WrapAlignment.left |
|
|
|
// ? WrapAlignment.left |
|
|
|
// :(toolBarIconAlignment==ToolbarAlignment.center) |
|
|
|
// :(toolBarIconAlignment==ToolbarAlignment.center) |
|
|
|