ShareDialog constructor

const ShareDialog({
  1. Key? key,
  2. String? uniqueID,
  3. String? passcode,
  4. String? webPageLink,
  5. required String currentAtsign,
})

Implementation

const ShareDialog(
    {Key? key,
    this.uniqueID,
    this.passcode,
    this.webPageLink,
    required this.currentAtsign})
    : super(key: key);