TenAvatar constructor
const
TenAvatar({})
Implementation
const TenAvatar(
{required this.size,
this.shape = BoxShape.circle,
this.child,
this.backgroundColor,
this.radius = 16,
super.key});
const TenAvatar(
{required this.size,
this.shape = BoxShape.circle,
this.child,
this.backgroundColor,
this.radius = 16,
super.key});