delegates property
final
The delegates for this app's Localizations widget.
The delegates collectively define all of the localized resources for this application's Localizations widget.
Internationalized apps that require translations for one of the locales listed in GlobalMaterialLocalizations should specify this parameter and list the MaterialApp.supportedLocales that the application can handle.
Implementation
final List<LocalizationsDelegate<dynamic>>? delegates;