AgoraImage constructor Null safety

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

Constructs a AgoraImage

Implementation

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