SFAvatar constructor
const
SFAvatar({})
Implementation
const SFAvatar({
super.key,
this.child,
this.borderWidth = 0.5,
this.padding = 0,
this.size = 42,
this.backgroundColor,
this.borderColor,
});
const SFAvatar({
super.key,
this.child,
this.borderWidth = 0.5,
this.padding = 0,
this.size = 42,
this.backgroundColor,
this.borderColor,
});