AlbumPickerConfig class
Constructors
- AlbumPickerConfig({AlbumPickerMediaFilter? mediaFilter, int? maxSelectionCount, int? itemsPerRow, bool? showsCameraItem, AlbumPickerStyle? style, AlbumPickerLanguage? language, AlbumPickerCompressQuality? compressQuality, int? maxVideoDurationInSeconds, int? maxOutputFileSizeInMB})
-
const
Properties
- compressQuality → AlbumPickerCompressQuality?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemsPerRow → int?
-
final
- language → AlbumPickerLanguage?
-
final
- maxOutputFileSizeInMB → int?
-
final
- maxSelectionCount → int?
-
final
- maxVideoDurationInSeconds → int?
-
final
- mediaFilter → AlbumPickerMediaFilter?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showsCameraItem → bool?
-
final
- style → AlbumPickerStyle?
-
final
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