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 |
203
-
| pageSize |`int?`| Number of assets per page. **Must be a multiple of `gridCount`**. | 80 |
204
-
| gridThumbnailSize |`ThumbnailSize`| Thumbnail size for the grid's item. |`ThumbnailSize.square(200)`|
205
-
| pathThumbnailSize |`ThumbnailSize`| Thumbnail size for the path selector. |`ThumbnailSize.square(80)`|
206
-
| previewThumbnailSize |`ThumbnailSize?`| Preview thumbnail size in the viewer. |`null`|
207
-
| requestType |`RequestType`| Request type for picker. |`RequestType.common`|
208
-
| specialPickerType |`SpecialPickerType?`| Provides the option to integrate a custom picker type. |`null`|
209
-
| keepScrollOffset |`bool`| Whether the picker should save the scroll offset between pushes and pops. |`null`|
210
-
| sortPathDelegate |`SortPathDelegate<AssetPathEntity>?`| Path entities sort delegate for the picker, sort paths as you want. |`CommonSortPathDelegate`|
| themeColor |`Color?`| Main theme color for the picker. |`Color(0xff00bc56)`|
214
-
| pickerTheme |`ThemeData?`| Theme data provider for the picker and the viewer. |`null`|
215
-
| textDelegate |`AssetPickerTextDelegate?`| Text delegate for the picker, for customize the texts. |`AssetPickerTextDelegate()`|
216
-
| specialItemPosition |`SpecialItemPosition`| Allow users set a special item in the picker with several positions. |`SpecialItemPosition.none`|
217
-
| specialItemBuilder |`SpecialItemBuilder?`| The widget builder for the special item. |`null`|
218
-
| loadingIndicatorBuilder |`IndicatorBuilder?`| Indicates the loading status for the builder. |`null`|
219
-
| selectPredicate |`AssetSelectPredicate`| Predicate whether an asset can be selected or unselected. |`null`|
220
-
| shouldRevertGrid |`bool?`| Whether the assets grid should revert. |`null`|
221
-
| limitedPermissionOverlayPredicate |`LimitedPermissionOverlayPredicate?`| Predicate whether the limited permission overlay should be displayed. |`null`|
| maxAssets |`int`| Maximum asset that the picker can pick. | 9 |
203
+
| pageSize |`int?`| Number of assets per page. **Must be a multiple of `gridCount`**. | 80 |
204
+
| gridThumbnailSize |`ThumbnailSize`| Thumbnail size for the grid's item. |`ThumbnailSize.square(200)`|
205
+
| pathThumbnailSize |`ThumbnailSize`| Thumbnail size for the path selector. |`ThumbnailSize.square(80)`|
206
+
| previewThumbnailSize |`ThumbnailSize?`| Preview thumbnail size in the viewer. |`null`|
207
+
| requestType |`RequestType`| Request type for picker. |`RequestType.common`|
208
+
| specialPickerType |`SpecialPickerType?`| Provides the option to integrate a custom picker type. |`null`|
209
+
| keepScrollOffset |`bool`| Whether the picker should save the scroll offset between pushes and pops. |`null`|
210
+
| sortPathDelegate |`SortPathDelegate<AssetPathEntity>?`| Path entities sort delegate for the picker, sort paths as you want. |`CommonSortPathDelegate`|
211
+
| sortPathsByModifiedDate |`bool`| Whether to allow sort delegates to sort paths with `FilterOptionGroup.containsPathModified`. |`false`|
| themeColor |`Color?`| Main theme color for the picker. |`Color(0xff00bc56)`|
215
+
| pickerTheme |`ThemeData?`| Theme data provider for the picker and the viewer. |`null`|
216
+
| textDelegate |`AssetPickerTextDelegate?`| Text delegate for the picker, for customize the texts. |`AssetPickerTextDelegate()`|
217
+
| specialItemPosition |`SpecialItemPosition`| Allow users set a special item in the picker with several positions. |`SpecialItemPosition.none`|
218
+
| specialItemBuilder |`SpecialItemBuilder?`| The widget builder for the special item. |`null`|
219
+
| loadingIndicatorBuilder |`IndicatorBuilder?`| Indicates the loading status for the builder. |`null`|
220
+
| selectPredicate |`AssetSelectPredicate`| Predicate whether an asset can be selected or unselected. |`null`|
221
+
| shouldRevertGrid |`bool?`| Whether the assets grid should revert. |`null`|
222
+
| limitedPermissionOverlayPredicate |`LimitedPermissionOverlayPredicate?`| Predicate whether the limited permission overlay should be displayed. |`null`|
0 commit comments