EditorCreateLink constructor

const EditorCreateLink({
  1. required String text,
  2. required String url,
  3. bool isNewWindow = true,
})

Implementation

const EditorCreateLink({
  required this.text,
  required this.url,
  this.isNewWindow = true,
}) : super("createLink");