AddLinkView constructor

const AddLinkView({
  1. Key? key,
  2. FutureOr<void> onAdded(
    1. DirectLinkSlug
    )?,
})

Implementation

const AddLinkView({super.key, this.onAdded});