onLocalizationsDelegates method

Iterable<LocalizationsDelegate>? onLocalizationsDelegates()
inherited

Returns the 'Localization Delegates' if any.

Implementation

Iterable<LocalizationsDelegate<dynamic>>? onLocalizationsDelegates() =>
    inLocalizationsDelegates?.call();