localizationsDelegates property

Iterable<LocalizationsDelegate<Object?>>? localizationsDelegates
final

The delegates for this preview's Localizations widget.

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

Implementation

final Iterable<LocalizationsDelegate<Object?>>? localizationsDelegates;