localizationsDelegates constant
The list of localization delegates used by the SDK.
Implementation
static const Iterable<LocalizationsDelegate<dynamic>> localizationsDelegates =
[
AppLocalizations.delegate,
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
];