RCKAvatarConfig constructor
const
RCKAvatarConfig({})
Implementation
const RCKAvatarConfig({
this.shape = AvatarShape.circle,
this.size = avatarHeight,
this.borderRadius = 8.0,
this.borderColor,
this.borderWidth,
this.backgroundColor,
this.badgeOffset = const Offset(5, 6),
});