delegates property
Iterable<LocalizationsDelegate>
get
delegates
Returns app delegates. used in app entry point e.g. MaterialApp()
Implementation
Iterable<LocalizationsDelegate> get delegates => [
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
DefaultCupertinoLocalizations.delegate,
];