locale property
final
Used to select a font when the same Unicode character can be rendered differently, depending on the locale.
It's rarely necessary to set this property. By default its value
is inherited from the enclosing app with Localizations.localeOf(context)
.
See RenderEditable.locale for more information.
Implementation
final Locale? locale;