menu
ar_rtc_engine package
documentation
rtc_engine.dart
Rectangle
Rectangle constructor
Rectangle constructor
dark_mode
light_mode
Rectangle
constructor
Rectangle
(
int
?
x
,
int
?
y
,
int
?
width
,
int
?
height
,
)
Constructs a
Rectangle
Implementation
Rectangle(this.x, this.y, this.width, this.height);
ar_rtc_engine package
documentation
rtc_engine
Rectangle
Rectangle constructor
Rectangle class