NotionAvatar constructor

const NotionAvatar({
  1. Key? key,
  2. bool useRandom = false,
  3. void onCreated(
    1. NotionAvatarController controller
    )?,
})

Implementation

const NotionAvatar({
  super.key,
  this.useRandom = false,
  this.onCreated,
});