ProfilePicture constructor

const ProfilePicture({
  1. Key? key,
  2. double? size,
})

Implementation

const ProfilePicture({
  super.key,
  this.size,
});