systemLocale property
Locale
get
systemLocale
Returns the system locale of the device.
Implementation
Locale get systemLocale => View.of(context).platformDispatcher.locale;
Returns the system locale of the device.
Locale get systemLocale => View.of(context).platformDispatcher.locale;