PlexAvatar constructor
const
PlexAvatar({
- Key? key,
- String? name,
- ImageProvider<
Object> ? image, - double size = 40,
- bool square = false,
- PlexAvatarStatus? status,
- bool ring = false,
Implementation
const PlexAvatar({
super.key,
this.name,
this.image,
this.size = 40,
this.square = false,
this.status,
this.ring = false,
});