LinkDialog constructor

const LinkDialog({
  1. QuillDialogTheme? dialogTheme,
  2. String? link,
  3. Key? key,
})

Implementation

const LinkDialog({this.dialogTheme, this.link, Key? key}) : super(key: key);