localizationsDelegates property
List<LocalizationsDelegate<Object> >
get
localizationsDelegates
List of localization delegates for custom localization.
These delegates handle loading and managing localized resources
like strings, dates, and numbers.
Example: [GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate]
Implementation
List<LocalizationsDelegate<Object>> get localizationsDelegates;