CameraConfig class

Available extensions
Annotations

Constructors

CameraConfig.new({bool supportsBeauty = true, bool supportsColorEffects = true, bool supportsMasks = true, List<RecordMode> recordModes = const [RecordMode.video, RecordMode.photo], String? autoStartLocalMask = null})
const

Properties

autoStartLocalMask String?
final
hashCode int
The hash code for this object.
no setterinherited
recordModes List<RecordMode>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsBeauty bool
final
supportsColorEffects bool
final
supportsMasks bool
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