We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc43aab commit 78bd4dbCopy full SHA for 78bd4db
example/lib/constants/picker_method.dart
@@ -369,6 +369,29 @@ class PickMethod {
369
);
370
},
371
),
372
+ //builder which return null will not be shown.
373
+ SpecialItem(
374
+ position: SpecialItemPosition.append,
375
+ builder: (
376
+ BuildContext context,
377
+ AssetPathEntity? path,
378
+ int length,
379
+ PermissionState permissionState,
380
+ ) {
381
+ return null;
382
+ },
383
+ ),
384
385
+ position: SpecialItemPosition.prepend,
386
387
388
389
390
391
392
393
394
395
],
396
397
0 commit comments