defaultLocalizationsDelegates top-level constant

List<LocalizationsDelegate<Object>> const defaultLocalizationsDelegates

Implementation

const defaultLocalizationsDelegates = const [
  GlobalMaterialLocalizations.delegate,
  GlobalWidgetsLocalizations.delegate,
  GlobalCupertinoLocalizations.delegate,
];