You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ Fields in `AssetPickerConfig`:
205
205
| pathThumbnailSize |`ThumbnailSize`| Thumbnail size for the path selector. |`ThumbnailSize.square(80)`|
206
206
| previewThumbnailSize |`ThumbnailSize?`| Preview thumbnail size in the viewer. |`null`|
207
207
| requestType |`RequestType`| Request type for picker. |`RequestType.common`|
208
-
| specialPickerType |`SpacialPickerType?`| Provides the option to integrate a custom picker type. |`null`|
208
+
| specialPickerType |`SpecialPickerType?`| Provides the option to integrate a custom picker type. |`null`|
209
209
| keepScrollOffset |`bool`| Whether the picker should save the scroll offset between pushes and pops. |`null`|
210
210
| sortPathDelegate |`SortPathDelegate<AssetPathEntity>?`| Path entities sort delegate for the picker, sort paths as you want. |`CommonSortPathDelegate`|
0 commit comments