|
|
@ -116,10 +116,9 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { |
|
|
|
/// The locale to use for the editor toolbar, defaults to system locale |
|
|
|
/// The locale to use for the editor toolbar, defaults to system locale |
|
|
|
/// More at https://github.com/singerdmx/flutter-quill#translation |
|
|
|
/// More at https://github.com/singerdmx/flutter-quill#translation |
|
|
|
Locale? locale, |
|
|
|
Locale? locale, |
|
|
|
|
|
|
|
|
|
|
|
/// The color of the toolbar |
|
|
|
/// The color of the toolbar |
|
|
|
Color? color, |
|
|
|
Color? color, |
|
|
|
|
|
|
|
|
|
|
|
Key? key, |
|
|
|
Key? key, |
|
|
|
}) { |
|
|
|
}) { |
|
|
|
final isButtonGroupShown = [ |
|
|
|
final isButtonGroupShown = [ |
|
|
|