ImagePickerCameraDelegateOptions class

Options for ImagePickerCameraDelegate methods.

New options may be added in the future.

Annotations

Constructors

ImagePickerCameraDelegateOptions({CameraDevice preferredCameraDevice = CameraDevice.rear, Duration? maxVideoDuration})
Creates a new set of options for taking an image or video.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maxVideoDuration Duration?
The maximum duration to allow when recording a video.
final
preferredCameraDevice CameraDevice
The camera device to default to, if available.
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