PlexAvatar constructor

const PlexAvatar({
  1. Key? key,
  2. String? name,
  3. ImageProvider<Object>? image,
  4. double size = 40,
  5. bool square = false,
  6. PlexAvatarStatus? status,
  7. bool ring = false,
})

Implementation

const PlexAvatar({
  super.key,
  this.name,
  this.image,
  this.size = 40,
  this.square = false,
  this.status,
  this.ring = false,
});