Locale locale

The system-reported locale.

This establishes the language and formatting conventions that application should, if possible, use to render their user interface.

The onLocaleChanged callback is called whenever this value changes.

Source

Locale get locale => _locale;