UFUAvatar constructor
const
UFUAvatar({})
Implementation
const UFUAvatar({
this.height,
this.width,
this.radius = 50.0,
this.borderColor,
this.isDashedBorder,
this.dashLength,
this.size,
this.backgroundColor = UFUColor.transparent,
this.child,
this.borderWidth,
super.key});