S360fImageAvatar constructor

const S360fImageAvatar({
  1. Key? key,
  2. AvatarType type = AvatarType.maleAdult,
})

Implementation

const S360fImageAvatar({super.key, this.type = AvatarType.maleAdult});