menu
html_editor_plus package
documentation
core.dart
EditorInsertImageLink
EditorInsertImageLink const constructor
EditorInsertImageLink const constructor
dark_mode
light_mode
EditorInsertImageLink
constructor
const
EditorInsertImageLink
(
{
required
String
filename
,
required
String
url
,
})
Implementation
const EditorInsertImageLink({ required this.filename, required this.url, }) : super("insertImage");
html_editor_plus package
documentation
core
EditorInsertImageLink
EditorInsertImageLink const constructor
EditorInsertImageLink class