LocalizedImagePicker class
- Inheritance
-
- Object
- LocalizedImageCropper
- LocalizedImagePicker
Constructors
- LocalizedImagePicker({String? maxDurationErrorText, String? minDurationErrorText, String? maxFileSizeErrorText, String? minFileSizeErrorText, String? noAlbumPermissionText, String? noCameraPermissionText, String? maxSelectedAssetsErrorText, String? minSelectedAssetsErrorText, String? doneText, String? noRecordAudioPermissionText, String? okText, String? loadingText, String? defaultAlbumName, String? cancelText, String? tapHereToChangeText, String? emptyMediaText, String? gifErrorText, String? cropDoneText, String? cropCancelText, String? cropTitleText})
-
const
Properties
- cancelText → String?
-
The text displayed on the "Cancel" button.
final
- cropCancelText → String?
-
The text displayed on the "Done" button.
finalinherited
- cropDoneText → String?
-
The text displayed on the "Done" button.
finalinherited
- cropTitleText → String?
-
The title displayed in the crop image screen.
finalinherited
- defaultAlbumName → String?
-
The name for default album.
final
- doneText → String?
-
The text displayed on the "Done" button.
final
- emptyMediaText → String?
-
The text displayed when no media is available.
final
- gifErrorText → String?
-
The text displayed when no media is available.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadingText → String?
-
The text displayed when the picker is in a loading state.
final
- maxDurationErrorText → String?
-
The error message displayed when the selected video exceeds the maximum duration.
final
- maxFileSizeErrorText → String?
-
The error message displayed when the selected file exceeds the maximum file size.
final
- maxSelectedAssetsErrorText → String?
-
The error message displayed when the maximum number of items is exceeded.
final
- minDurationErrorText → String?
-
The error message displayed when the selected video is below the minimum duration.
final
- minFileSizeErrorText → String?
-
The error message displayed when the selected file is below the minimum file size.
final
- minSelectedAssetsErrorText → String?
-
The error message displayed when the minimum number of items is not met.
final
- noAlbumPermissionText → String?
-
The error message displayed when the app doesn't have permission to access the album.
final
- noCameraPermissionText → String?
-
The error message displayed when the app doesn't have permission to access the camera.
final
- noRecordAudioPermissionText → String?
-
The error message displayed when the app doesn't have permission to record audio.
final
- okText → String?
-
The text displayed on the "OK" button.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tapHereToChangeText → String?
-
The text displayed below
defaultAlbumName
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited