HtmlComponentEditor constructor

const HtmlComponentEditor({
  1. Key? key,
  2. required AppModel app,
  3. required HtmlWithPlatformMediumModel model,
  4. required bool create,
  5. required EditorFeedback feedback,
})

Implementation

const HtmlComponentEditor(
    {super.key,
    required this.app,
    required this.model,
    required this.create,
    required this.feedback});