supportedLocales property
It is passed along unmodified to the MaterialApp built by this widget.
See also:
- localizationsDelegates, which must be specified for localized applications.
GlobalMaterialLocalizations
, a localizationsDelegates value which provides material localizations for many languages.- The Flutter Internationalization Tutorial, flutter.dev/tutorials/internationalization/.
Implementation
final Iterable<Locale> supportedLocales;