ReadyAvatar constructor
const
ReadyAvatar({})
Implementation
const ReadyAvatar({
super.key,
this.name,
this.imageUrl,
this.size = 60.0,
this.isOnline,
this.isCircular = true,
this.borderRadius = 12.0,
this.onlineIndicatorSize,
this.textColor,
this.backgroundColor,
});