CatalogWorkspaceController.forPreview constructor

CatalogWorkspaceController.forPreview({
  1. required CatalogApiClient client,
  2. Locale? fallbackLocale,
})

Implementation

CatalogWorkspaceController.forPreview({
  required CatalogApiClient client,
  Locale? fallbackLocale,
}) : this(
        client: client,
        fallbackLocale: fallbackLocale?.toLanguageTag(),
      );