locale property

Locale? locale
final

Is Locale for ordinary locales, null for showOtherLocales, dynamic for systemLocale.

For systemLocale it can return unsupported locale, use bestMatch to be sure that returned locale is in supportedLocales list.

Implementation

final Locale? locale;