InstaPhotoPicker class

Constructors

InstaPhotoPicker()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickPhotos({required BuildContext context, required dynamic onPicked(List<InstaPhoto> photos), dynamic onTookPicture(InstaPhoto? photo)?, GalleryType galleryType = GalleryType.image, bool hasCamera = true, bool hasMulti = true, bool hasAlbums = true, bool hasFit = true, Widget? title, Widget? multiBuilder, Widget? cameraBuilder, Widget? pickBuilder, Widget? closeBuilder, Widget captureBuilder(BuildContext context)?, Widget frontToBackBuilder(BuildContext context)?, FloatingActionButtonLocation frontToBackLocation = FloatingActionButtonLocation.endFloat, bool maintain = false, int crossAxisCount = 4, double aspectRatio = 1 / 1, double childrenAspectRatio = 1 / 1, double verticalSpacing = 1, double horizontalSpacing = 1, EdgeInsetsGeometry padding = EdgeInsets.zero, EdgeInsetsGeometry childrenPadding = EdgeInsets.zero}) Future
takePicture({required BuildContext context, required dynamic onTookPicture(InstaPhoto? photo)?, double aspectRatio = 1 / 1, Widget captureBuilder(BuildContext context)?, Widget frontToBackBuilder(BuildContext context)?, FloatingActionButtonLocation frontToBackLocation = FloatingActionButtonLocation.endFloat, bool maintain = false}) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance InstaPhotoPicker
no setter