TAvatar constructor
const
TAvatar({})
Creates an avatar.
Implementation
const TAvatar({
super.key,
this.url,
this.name,
this.size = TInputSize.md,
this.shape = BoxShape.circle,
this.borderRadius,
this.backgroundColor,
this.foregroundColor,
this.title,
this.subTitle,
this.titleColor,
this.subTitleColor,
this.spacing = 8,
});