InstaAssetPicker class
Properties
-
builder
↔ InstaAssetPickerBuilder?
-
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Static Methods
-
defaultTextDelegate(BuildContext context)
→ AssetPickerTextDelegate
-
-
pickAssets(BuildContext context, {Key? key, bool useRootNavigator = true, dynamic onPermissionDenied(BuildContext context, String delegateDescription)?, required dynamic onCompleted(Stream<InstaExportDetails> exportDetails), InstaAssetPickerConfig pickerConfig = const InstaAssetPickerConfig(), List<AssetEntity>? selectedAssets, int maxAssets = defaultMaxAssetsCount, int pageSize = defaultAssetsPerPage, ThumbnailSize pathThumbnailSize = defaultPathThumbnailSize, SortPathDelegate<AssetPathEntity>? sortPathDelegate = SortPathDelegate.common, bool sortPathsByModifiedDate = false, PMFilter? filterOptions, Duration initializeDelayDuration = _kInitializeDelayDuration, RequestType requestType = RequestType.common})
→ Future<List<AssetEntity>?>
-
Pick assets with the given arguments.
-
refreshAndSelectEntity(BuildContext context, AssetEntity? entity)
→ Future<void>
-
-
themeData(Color? themeColor, {bool light = false})
→ ThemeData
-
Build a ThemeData with the given
themeColor
for the picker.