UiAvatar constructor
const
UiAvatar({})
Implementation
const UiAvatar({
super.key,
this.imageUrl,
this.size = 48,
this.borderColor = Colors.blueAccent,
this.borderWidth = 2,
this.showStatus = false,
this.statusColor = Colors.green,
});