IntlLocaleBuilder typedef

IntlLocaleBuilder = Widget Function(BuildContext context, Locale locale)

Implementation

typedef IntlLocaleBuilder = Widget Function(
  BuildContext context,
  Locale locale,
);