AnyrtcImage constructor

AnyrtcImage(
  1. String? url,
  2. int? x,
  3. int? y,
  4. int? width,
  5. int? height,
)

Constructs a AnyrtcImage

Implementation

AnyrtcImage(this.url, this.x, this.y, this.width, this.height);