locale property

Locale? locale
final

The locale to be used for wiredash

By default, Wiredash will pick the locale of the phone or fallback to en-US. This locale always overrides it.

When your app only support a limited number of locales, you might want to inject it here to match the locale and fallback for your app.

For custom locales and new locales see localizationDelegate

Implementation

final Locale? locale;