EditorHomePage constructor

const EditorHomePage({
  1. Key? key,
  2. required String orignal,
})

Implementation

const EditorHomePage({super.key, required this.orignal});