AvatarConfig constructor

AvatarConfig({
  1. String? userAlphaChannelImgS3,
  2. String? userPhotoS3,
})

This is constructor of class AvatarConfig

Implementation

AvatarConfig({
  this.userAlphaChannelImgS3,
  this.userPhotoS3,
});