defaultLocale property

Locale? get defaultLocale

The default locale for the application.

This locale will be used when the system locale is not supported or when the app first launches. Example: const Locale('en')

Implementation

Locale? get defaultLocale;