AgoraImage constructor

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

Constructs the AgoraImage.

Implementation

AgoraImage(
  this.url, {
  this.x,
  this.y,
  this.width,
  this.height,
});