File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ class QuillEditor extends StatefulWidget {
342
342
final CustomStyleBuilder ? customStyleBuilder;
343
343
344
344
/// The locale to use for the editor toolbar, defaults to system locale
345
- /// and more https://github.com/singerdmx/flutter-quill#translation-of-toolbar
345
+ /// More https://github.com/singerdmx/flutter-quill#translation
346
346
final Locale ? locale;
347
347
348
348
/// Delegate function responsible for showing menu with link actions on
Original file line number Diff line number Diff line change @@ -114,13 +114,8 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
114
114
///shown when embedding an image, for example
115
115
QuillDialogTheme ? dialogTheme,
116
116
117
- ///The locale to use for the editor toolbar, defaults to system locale
118
- ///Currently the supported locales are:
119
- /// * Locale('en')
120
- /// * Locale('de')
121
- /// * Locale('fr')
122
- /// * Locale('zh')
123
- /// and more https://github.com/singerdmx/flutter-quill#translation-of-toolbar
117
+ /// The locale to use for the editor toolbar, defaults to system locale
118
+ /// More at https://github.com/singerdmx/flutter-quill#translation
124
119
Locale ? locale,
125
120
Key ? key,
126
121
}) {
@@ -425,7 +420,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
425
420
final FilePickImpl ? filePickImpl;
426
421
427
422
/// The locale to use for the editor toolbar, defaults to system locale
428
- /// and more https://github.com/singerdmx/flutter-quill#translation-of-toolbar
423
+ /// More https://github.com/singerdmx/flutter-quill#translation
429
424
final Locale ? locale;
430
425
431
426
@override
You can’t perform that action at this time.
0 commit comments