locale function
Get the locale string for the context.
Implementation
String locale(BuildContext context) =>
GalleryOptions.of(context)!.locale.toString();
Get the locale string for the context.
String locale(BuildContext context) =>
GalleryOptions.of(context)!.locale.toString();