localizationsDelegates property

Iterable<LocalizationsDelegate>? localizationsDelegates

Returns the App's current localizations delegates.

Implementation

Iterable<LocalizationsDelegate<dynamic>>? get localizationsDelegates =>
    appState?.localizationsDelegates;