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
| selectedAssets |`List<AssetEntity>?`| Selected assets. Prevent duplicate selection. If you don't need to prevent duplicate selection, just don't pass it. |`null`|
186
-
| maxAssets |`int`| Maximum asset that the picker can pick. | 9 |
187
-
| pageSize |`int?`| Number of assets per page. **Must be a multiple of `gridCount`**. | 320 (80 * 4) |
188
-
| gridThumbSize |`int`| Thumbnail size for the grid's item. | 200 |
189
-
| pathThumbSize |`int`| Thumbnail size for the path selector. | 80 |
190
-
| previewThumbSize |`List<int>?`| Preview thumbnail size in the viewer. |`null`|
191
-
| gridCount |`int`| Grid count in picker. | 4 |
192
-
| requestType |`RequestType`| Request type for picker. |`RequestType.image`|
193
-
| specialPickerType |`SpacialPickerType?`| Provides the option to integrate a custom picker type. |`null`|
194
-
| themeColor |`Color?`| Main theme color for the picker. |`Color(0xff00bc56)`|
195
-
| pickerTheme |`ThemeData?`| Theme data provider for the picker and the viewer. |`null`|
196
-
| sortPathDelegate |`SortPathDeleage?`| Path entities sort delegate for the picker, sort paths as you want. |`CommonSortPathDelegate`|
197
-
| 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`|
186
+
| maxAssets |`int`| Maximum asset that the picker can pick. | 9 |
187
+
| pageSize |`int?`| Number of assets per page. **Must be a multiple of `gridCount`**. | 320 (80 * 4) |
188
+
| gridThumbSize |`int`| Thumbnail size for the grid's item. | 200 |
189
+
| pathThumbSize |`int`| Thumbnail size for the path selector. | 80 |
190
+
| previewThumbSize |`List<int>?`| Preview thumbnail size in the viewer. |`null`|
191
+
| gridCount |`int`| Grid count in picker. | 4 |
192
+
| requestType |`RequestType`| Request type for picker. |`RequestType.image`|
193
+
| specialPickerType |`SpacialPickerType?`| Provides the option to integrate a custom picker type. |`null`|
194
+
| themeColor |`Color?`| Main theme color for the picker. |`Color(0xff00bc56)`|
195
+
| pickerTheme |`ThemeData?`| Theme data provider for the picker and the viewer. |`null`|
196
+
| sortPathDelegate |`SortPathDeleage?`| Path entities sort delegate for the picker, sort paths as you want. |`CommonSortPathDelegate`|
197
+
| textDelegate |`AssetsPickerTextDelegate?`| Text delegate for the picker, for customize the texts. |`DefaultAssetsPickerTextDelegate()`|
0 commit comments