NPicture constructor

const NPicture({
  1. Key? key,
  2. required NdkFlutter ndkFlutter,
  3. String? pubkey,
  4. Metadata? metadata,
  5. bool useCircleAvatar = true,
  6. double? circleAvatarRadius,
})

Implementation

const NPicture({
  super.key,
  required this.ndkFlutter,
  this.pubkey,
  this.metadata,
  this.useCircleAvatar = true,
  this.circleAvatarRadius,
});