URLAvatar constructor

const URLAvatar({
  1. String? type,
  2. String? customUrl,
})

Implementation

const URLAvatar({
  this.type,
  this.customUrl,
});