CameraConfig class

Constructors

CameraConfig({ResolutionPreset resolutionPreset = ResolutionPreset.high, ImageFormatGroup imageFormatGroup = ImageFormatGroup.jpeg})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
imageFormatGroup → ImageFormatGroup
Image format group. Default value is ImageFormatGroup.jpeg
final
resolutionPreset → ResolutionPreset
Image resolution. Default value is ResolutionPreset.high.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ResolutionPreset? resolutionPreset, ImageFormatGroup? imageFormatGroup}) CameraConfig
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