MultiCropPicker class

Constructors

MultiCropPicker()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

selectMedia(dynamic context, {String? titleText = '', String? completeText = 'done', String? selectAlbumText = '', int? crossAxisCount = 4, int? maxLength = 2, double? aspectRatio = 1.0 / 1.91, double? previewHeight = 300, double? previewShowingRatio = 1 / 3, Color? backgroundColor = Colors.grey, Color? tagColor = Colors.yellow, Color? tagTextColor = Colors.black, Color? textColor = Colors.white, Widget? loadingWidget = const Center(child: CircularProgressIndicator()), Widget? actionLoadingWidget = const Center(child: CircularProgressIndicator())}) Future<List<Uint8List>?>