defaultLocale property

  1. @override
Locale defaultLocale
override

If your device location is not supported, this will be the default location to use

Implementation

@override
Locale get defaultLocale => const Locale('en');