LinkDialog constructor
const
LinkDialog({
- QuillDialogTheme? dialogTheme,
- String? link,
- Key? key,
Implementation
const LinkDialog({this.dialogTheme, this.link, Key? key}) : super(key: key);