LinkEditForm constructor

const LinkEditForm({
  1. Key? key,
  2. required Node node,
  3. required int index,
  4. required String hrefText,
  5. required String hrefAddress,
  6. required EditorState editorState,
  7. required Selection selection,
})

Implementation

const LinkEditForm({
  super.key,
  required this.node,
  required this.index,
  required this.hrefText,
  required this.hrefAddress,
  required this.editorState,
  required this.selection,
});