CameraSize class

Image size (width and height dimensions).

Annotations
  • @Reference('android_hardware/camera/CameraSize')

Constructors

CameraSize(int width, int height)
Default constructor for CameraSize.

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
Width of a picture.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Height of a picture.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited