menu
scanbot_sdk
common
Rect
Rect constructor
Rect
brightness_4
brightness_5
Rect
constructor
Rect
(
double
?
x
,
double
?
y
,
double
?
width
,
double
?
height
)
Implementation
Rect(this.x, this.y, this.width, this.height);
scanbot_sdk
common
Rect
Rect constructor
Rect class
Constructors
Rect
fromJson
Properties
hashCode
height
runtimeType
width
x
y
Methods
noSuchMethod
toJson
toString
Operators
operator ==