ImageSelect class

Constructors

ImageSelect({CameraUiSettings? cameraUiSettings, bool compressImage = false, CompressParams? compressParams, bool compressOnlyForCamera = false})

Properties

cameraUiSettings CameraUiSettings?
getter/setter pair
compressImage bool
final
compressOnlyForCamera bool
final
compressParams CompressParams?
final
file File?
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickImage({required BuildContext context, required ImageFrom source}) Future<File?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

compress({required File image, CompressParams compressParams = defaultCompress}) Future<File?>

Constants

defaultCompress → const CompressParams