MultiImageOptions class
Options for multi-image picking operations (camera multi-capture and gallery multi-select).
Constructors
- MultiImageOptions({int? maxImages, int minImages = 1, bool confirmOnDiscard = true})
-
const
Properties
- confirmOnDiscard → bool
-
Whether to show a confirmation dialog when the user tries to discard
captured photos by pressing back.
Defaults to
true.final - hashCode → int
-
The hash code for this object.
no setterinherited
- maxImages → int?
-
Maximum number of images the user can select/capture.
When
null, there is no limit.final - minImages → int
-
Minimum number of images required before the user can confirm.
Defaults to 1.
final
- 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