ImageAvatar constructor

const ImageAvatar({
  1. String? type,
  2. String? url,
})

Implementation

const ImageAvatar({
  this.type,
  this.url,
});