CameraView class

Constructors

CameraView({bool enabled = true, double fullWidth = 1, double fullHeight = 1, double offsetX = 0, double offsetY = 0, double width = 1, double height = 1})
CameraView.fromJson(Map<String, dynamic> json, [Map<String, dynamic>? rootJson])

Properties

enabled ↔ bool
getter/setter pair
fullHeight ↔ double
getter/setter pair
fullWidth ↔ double
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
height ↔ double
getter/setter pair
offsetX ↔ double
getter/setter pair
offsetY ↔ double
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
toMap → Map<String, dynamic>
no setter
width ↔ double
getter/setter pair

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