localizationsDelegates property

Iterable<LocalizationsDelegate>? localizationsDelegates
final

The delegates for this app's Localizations widget.

The delegates collectively define all of the localized resources for this application's Localizations widget.

Implementation

final Iterable<LocalizationsDelegate<dynamic>>? localizationsDelegates;