inLocalizationsDelegates property

Iterable<LocalizationsDelegate> Function()? inLocalizationsDelegates
finalinherited

Returns the 'Localization Delegates' if any.

Implementation

final Iterable<LocalizationsDelegate<dynamic>> Function()?
    inLocalizationsDelegates;