EditorFontPage constructor

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

Implementation

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