fallbackLocales property

List<Locale> fallbackLocales
final

Used when AppSettings.supportedLocales is null or empty.

Must not be empty: MaterialApp.supportedLocales rejects an empty list.

Implementation

final List<Locale> fallbackLocales;