StorageCustomize class

Constructors

StorageCustomize({Future showUploads(BuildContext context, List<String>? urls, {int index})?, Widget uploadSelectionBottomsheetBuilder({required bool camera, required BuildContext context, required bool gallery})?})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showUploads ↔ (Future Function(BuildContext context, List<String>? urls, {int index})?)
showUploads is being invoked when the upload(images or files) are clicked. It can show any widget like a bottom sheet, a dialog or a screen.
getter/setter pair
uploadSelectionBottomsheetBuilder ↔ (Widget Function({required bool camera, required BuildContext context, required bool gallery})?)
uploadSelectionBottomsheetBuilder is being invoked when the upload button is clicked. It can show any widget like a bottom sheet. The widget can call Navigator.pop(context, ...); to return the selection option for uploading from camera or gallery with ImageSource.camera or ImageSource.gallery.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited