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
|maxAssets|`int`| Maximum asset that the picker can pick. | 9 |
172
-
|pageSize|`int`| Assets amount when assets loaded with paging. **Must be a multiple of `gridCount`.** Nullable for non paging. | 320 (80 * 4)|
173
-
|pathThumbSize|`int`| The size of thumb data in picker. |80 |
174
-
|gridCount|`int`| Grid count in picker. | 4 |
175
-
|previewThumbSize|`List<int>`| Thumb size for the preview of images in the viewer. |`null`|
176
-
| requestType |`RequestType`| Request type for picker. |`RequestType.image`|
177
-
|specialPickerType|`SpacialPickerType`| Provide some special picker types to integrate un-common pick pattern.|`null`|
178
-
|selectedAssets|`List<AssetEntity>`|Selected assets. Prevent duplicate selection. If you don't need to prevent duplicate selection, just don't pass it. |`null`|
179
-
| themeColor |`Color`| Main theme color for the picker |`Color(0xff00bc56)`|
180
-
| pickerTheme |`ThemeData`| Theme data provider for the picker and the viewer. |`null`|
181
-
| sortPathDelegate |`SortPathDeleage`| Path entities sort delegate for the picker, sort paths as you want. |`CommonSortPathDelegate`|
182
-
| textDelegate |`AssetsPickerTextDelegate`| Text delegate for the picker, for customize the texts. |`DefaultAssetsPickerTextDelegate()`|
|selectedAssets|`List<AssetEntity>?`| Selected assets. Prevent duplicate selection. If you don't need to prevent duplicate selection, just don't pass it. |`null`|
172
+
|maxAssets|`int`| Maximum asset that the picker can pick. | 9 |
173
+
|pageSize|`int`| Assets amount when assets loaded with paging. **Must be a multiple of `gridCount`.** Nullable for non paging. | 320 (80 * 4)|
174
+
|pathThumbSize|`int`| The size of thumb data in picker. | 80|
175
+
|gridCount|`int`| Grid count in picker. | 4 |
176
+
| requestType |`RequestType`| Request type for picker. |`RequestType.image`|
177
+
|previewThumbSize|`List<int>?`| Thumb size for the preview of images in the viewer. |`null`|
178
+
|specialPickerType|`SpacialPickerType?`|Provide some special picker types to integrate un-common pick pattern. |`null`|
179
+
| themeColor |`Color?`| Main theme color for the picker |`Color(0xff00bc56)`|
180
+
| pickerTheme |`ThemeData?`| Theme data provider for the picker and the viewer. |`null`|
181
+
| sortPathDelegate |`SortPathDeleage?`| Path entities sort delegate for the picker, sort paths as you want. |`CommonSortPathDelegate`|
182
+
| textDelegate |`AssetsPickerTextDelegate?`| Text delegate for the picker, for customize the texts. |`DefaultAssetsPickerTextDelegate()`|
0 commit comments