EditorFramePage constructor

const EditorFramePage({
  1. Key? key,
  2. required String afterPath,
})

Implementation

const EditorFramePage({super.key, required this.afterPath});