localizationsDelegates property
Iterable<LocalizationsDelegate>
get
localizationsDelegates
Returns a list of localization delegates including:
Implementation
Iterable<LocalizationsDelegate<dynamic>> get localizationsDelegates => [
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
];