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