locale property
The locale to use for the editor and toolbar, defaults to system locale
More https://github.com/singerdmx/flutter-quill/blob/master/doc/translation.md
this won't used if you defined the FlutterQuillLocalizations.delegate
in the localizationsDelegates
which exists in
MaterialApp
or WidgetsApp
Implementation
final Locale? locale;