AvatarConfig constructor

AvatarConfig({
  1. required String shape,
})

Implementation

AvatarConfig({
  required this.shape,
});