MediaPickerLabels.fallback constructor

MediaPickerLabels.fallback()

Implementation

factory MediaPickerLabels.fallback() => const MediaPickerLabels(
      collectionsTitle: 'Select images',
      albums: 'Albums',
      images: 'Photos',
      videos: 'Videos',
      items: 'item(s)',
      mediaNotAuthorizedAccessTitle: 'Not authorized',
      mediaNotAuthorizedAccessDescription:
          "This app can't have access to user media gallery. You must update authorizations in app settings.",
      openSettings: 'Open settings',
    );