PreviewConfiguration class

The configuration by which the camera feed can be laid out in the UI.

Constructors

PreviewConfiguration(Map response)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
The height of the camera feed in points.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensorOrientation num
The orientation of the camera feed.
final
textureId int
A id of a texture which contains the camera feed.
final
width int
The width of the camera feed in points.
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